@kubb/plugin-zod
Version:
Zod schema generator plugin for Kubb, creating type-safe validation schemas from OpenAPI specifications for runtime data validation.
9 lines (8 loc) • 417 B
TypeScript
import { t as __name } from "./chunk-eQyhnF5A.js";
import { a as UserPluginWithLifeCycle, n as PluginZod, t as Options } from "./types-BNtlNlKK.js";
//#region src/plugin.d.ts
declare const pluginZodName = "plugin-zod";
declare const pluginZod: (options?: Options | undefined) => UserPluginWithLifeCycle<PluginZod>;
//#endregion
export { type PluginZod, pluginZod, pluginZodName };
//# sourceMappingURL=index.d.ts.map