@kubb/plugin-zod
Version:
Zod schema generator plugin for Kubb, creating type-safe validation schemas from OpenAPI specifications for runtime data validation.
11 lines (10 loc) • 449 B
TypeScript
import { t as __name } from "./chunk-eQyhnF5A.js";
import { n as PluginZod, r as ReactGenerator } from "./types-BNtlNlKK.js";
//#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.ts.map