UNPKG

singularci

Version:

SingularCI is a DSL transpiler used to generate CI/CD configuration files for existing CI platforms

6 lines 164 B
import { TaskType } from "../Tasks/TaskEnum"; export default interface Task { type: TaskType; getType(): TaskType; } //# sourceMappingURL=Task.d.ts.map