UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

8 lines (7 loc) 392 B
import ts from "typescript"; import { INestiaProject } from "../../structures/INestiaProject"; import { ITypedHttpRoute } from "../../structures/ITypedHttpRoute"; import { ImportDictionary } from "./ImportDictionary"; export declare namespace SdkHttpRouteProgrammer { const write: (project: INestiaProject) => (importer: ImportDictionary) => (route: ITypedHttpRoute) => ts.Statement[]; }