interface DependsOn {
    input?: string;
    map?: DependencyBinding[];
}

Properties

Properties

input?: string