UNPKG

@asteasolutions/zod-to-openapi

Version:
5 lines (4 loc) 150 B
import { ZodTypeAny } from 'zod'; export declare function getOpenApiMetadata<T extends ZodTypeAny>(zodSchema: T): Partial<{ [x: string]: any; }>;