UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

7 lines (6 loc) 194 B
export declare namespace NestiaSdkCommand { const sdk: () => Promise<void>; const swagger: () => Promise<void>; const e2e: () => Promise<void>; const all: () => Promise<void>; }