UNPKG

@asteasolutions/zod-to-openapi

Version:
7 lines (6 loc) 366 B
import { MapNullableOfArrayWithNullable, MapSubSchema, SchemaObject } from '../types'; import { ZodIntersection } from 'zod'; export declare class IntersectionTransformer { transform(zodSchema: ZodIntersection, isNullable: boolean, mapNullableOfArray: MapNullableOfArrayWithNullable, mapItem: MapSubSchema): SchemaObject; private flattenIntersectionTypes; }