UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

8 lines (7 loc) 356 B
import { INestApplication } from "@nestjs/common"; import { INestiaConfig } from "../INestiaConfig"; import { INestiaSdkInput } from "../structures/INestiaSdkInput"; export declare namespace ConfigAnalyzer { const input: (config: INestiaConfig) => Promise<INestiaSdkInput>; const application: (app: INestApplication) => Promise<INestiaSdkInput>; }