UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

5 lines (4 loc) • 363 B
import { OpCommand, OpWorkflow, OpPipeline } from './../types'; export declare const checkPathOpsYmlExists: (nameOrPath: string) => boolean; export declare const isCommand: (op: OpCommand | OpPipeline | OpWorkflow) => op is OpCommand; export declare const genLogsURL: (websiteURL: string, teamName: string, opType: string, opID: string, runID: string) => string;