UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

7 lines (6 loc) 190 B
export declare class UpdateSpec { private static _instance; private constructor(); update(filePath: string, serverList: string[]): void; static get instance(): UpdateSpec; }