UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

9 lines (8 loc) 535 B
import ts from "typescript"; import { INestiaProject } from "../../structures/INestiaProject"; import { ITypedHttpRoute } from "../../structures/ITypedHttpRoute"; import { ImportDictionary } from "./ImportDictionary"; export declare namespace SdkHttpSimulationProgrammer { const random: (project: INestiaProject) => (importer: ImportDictionary) => (route: ITypedHttpRoute) => ts.VariableStatement; const simulate: (project: INestiaProject) => (importer: ImportDictionary) => (route: ITypedHttpRoute) => ts.VariableStatement; }