@apistudio/apim-cli
Version:
CLI for API Management Products
4 lines • 407 B
TypeScript
export declare const buildProjects: (all: boolean, localDir: string, projects: string) => Promise<Buffer>;
export declare const buildAssets: (assets: string, localDir: string, projects: string) => Promise<Buffer>;
export declare const getOutputPath: (projects: string | undefined, all: boolean, names: string, fileType: "build" | "test") => Promise<string>;
//# sourceMappingURL=build-action-helper.d.ts.map