UNPKG

@mastra/schema-compat

Version:

Tool schema compatibility layer for Mastra.ai

4 lines 228 B
import type { JsonSchema, Options } from 'json-schema-to-zod'; export declare function jsonSchemaToZod(schema: JsonSchema, options?: Options): string; export * from 'json-schema-to-zod'; //# sourceMappingURL=json-to-zod.d.ts.map