interface WorkingDirectoryReference {
    controlDependencies: undefined | ControlDependency[];
    path: string;
}

Properties

controlDependencies: undefined | ControlDependency[]
path: string