UNPKG

@kubb/plugin-zod

Version:

Zod schema generator plugin for Kubb, creating type-safe validation schemas from OpenAPI specifications for runtime data validation.

11 lines (7 loc) 340 B
import * as _kubb_plugin_oas from '@kubb/plugin-oas'; import { P as PluginZod } from './types-BOF1ntMm.cjs'; import '@kubb/core'; import '@kubb/oas'; declare const zodGenerator: _kubb_plugin_oas.Generator<PluginZod>; declare const operationsGenerator: _kubb_plugin_oas.Generator<PluginZod>; export { operationsGenerator, zodGenerator };