UNPKG

@scalar/openapi-types

Version:
7 lines 287 B
import { z } from 'zod'; /** * The Schema Object allows the definition of input and output data types. * These types can be objects, but also primitives and arrays. */ export declare const SchemaObjectSchema: z.ZodType<Record<string, any>>; //# sourceMappingURL=schema-object.d.ts.map