UNPKG

@lcap/builder

Version:
12 lines (11 loc) 271 B
export interface LcapCliConfig { platform?: string; username?: string; password?: string; bucket?: string; } declare const _default: (rootPath: any, { images, ...commandArgs }: { [x: string]: any; images: any; }) => void; export default _default;