UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

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