interface Dependency {
    id: string;
    type: AllowedPropertiesValues.DependencyType;
}

Properties

Properties

id: string