UNPKG

netlify-cli

Version:

Netlify command line tool

7 lines 219 B
export interface DeployEvent { type: string; msg: string; phase: 'start' | 'progress' | 'error' | 'stop'; } export type StatusCallback = (status: DeployEvent) => void; //# sourceMappingURL=status-cb.d.ts.map