UNPKG

@mastra/schema-compat

Version:

Tool schema compatibility layer for Mastra.ai

4 lines 539 B
export type { StandardSchemaWithJSON, InferOutput as InferStandardSchemaOutput, InferInput as InferStandardSchemaInput, StandardSchemaIssue, StandardSchemaWithJSONProps, } from './standard-schema/standard-schema.types.js'; export type { PublicSchema, InferPublicSchema, ZodType } from './schema.types.js'; export { toStandardSchema, isStandardSchema, isStandardJSONSchema, isStandardSchemaWithJSON, standardSchemaToJSONSchema, JSON_SCHEMA_LIBRARY_OPTIONS, } from './standard-schema/standard-schema.js'; //# sourceMappingURL=schema.d.ts.map