UNPKG

zcatalyst-cli

Version:

Command Line Tool for CATALYST

3 lines (2 loc) 197 B
import { IIacResponse } from '../../../endpoints/lib/iac'; export declare const getSpinnerTxt: (type: 'bundle' | 'deploy' | 'codedeck') => (deployDetails: IIacResponse, status?: string) => string;