UNPKG

lambdaorm-cli

Version:
7 lines (6 loc) 245 B
import { CliFacade } from '../cli'; export declare class Export { private readonly service; constructor(service: CliFacade); execute(workspace: string, target: string, stage?: string, url?: string, force?: boolean): Promise<void>; }