UNPKG

singularci

Version:

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

6 lines (5 loc) 126 B
import { TaskType } from "../Tasks/TaskEnum"; export default interface Task { type: TaskType getType(): TaskType; }