UNPKG

237 BTypeScriptView Raw
1import type { SwaggerJson, Config } from "./types";
2declare function generator(input: SwaggerJson, config: Config): {
3 code: string;
4 hooks: string;
5 type: string;
6};
7export { generator };
8//# sourceMappingURL=generator.d.ts.map
\No newline at end of file