gatelineAPI reference
interface TaskFileInfo {
    dependsOn: string[];
    path: string;
    surface: string[];
}

Properties

dependsOn: string[]
path: string
surface: string[]