@kubb/plugin-zod
Version:
Zod schema generator plugin for Kubb, creating type-safe validation schemas from OpenAPI specifications for runtime data validation.
10 lines (9 loc) • 413 B
text/typescript
import { c as __name, n as PluginZod, r as ReactGenerator } from "./types-B5e4IaUY.cjs";
//#region src/generators/operationsGenerator.d.ts
declare const operationsGenerator: ReactGenerator<PluginZod>;
//#endregion
//#region src/generators/zodGenerator.d.ts
declare const zodGenerator: ReactGenerator<PluginZod>;
//#endregion
export { operationsGenerator, zodGenerator };
//# sourceMappingURL=generators.d.cts.map