@kubb/plugin-ts
Version:
TypeScript code generation plugin for Kubb, transforming OpenAPI schemas into TypeScript interfaces, types, and utility functions.
10 lines (9 loc) • 352 B
TypeScript
import { Generator, PluginTs } from "./types-C7OjrC1J.js";
//#region src/generators/typeGenerator.d.ts
declare const typeGenerator: Generator<PluginTs>;
//#endregion
//#region src/generators/oasGenerator.d.ts
declare const oasGenerator: Generator<PluginTs>;
//#endregion
export { oasGenerator, typeGenerator };
//# sourceMappingURL=generators.d.ts.map