interface Dependency {
    dependsOn?: string[];
    ref: string;
}

Properties

Properties

dependsOn?: string[]
ref: string