UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

3 lines 241 B
import type { ComponentContext } from "../../../../types/context"; export declare const getDeleteSchedulesScript: (context: ComponentContext) => string[]; export declare const getCreateScheduleScript: (context: ComponentContext) => string[];