@scalar/openapi-types
Version:
Modern OpenAPI types
8 lines • 313 B
TypeScript
import { z } from 'zod';
/**
* The Schema Object with reference fields.
* This extends the base Schema Object to include reference-related fields
* that are processed differently in the unprocessed schema.
*/
export declare const SchemaObjectSchema: z.ZodType<any>;
//# sourceMappingURL=schema-object.d.ts.map