UNPKG

stoker

Version:

Utilities for hono and @hono/zod-openapi

4 lines (3 loc) 219 B
import type { ZodSchema } from "./types.ts"; declare const oneOf: <T extends ZodSchema>(schemas: T[]) => (import("openapi3-ts/oas30.js").SchemaObject | import("openapi3-ts/oas30.js").ReferenceObject)[]; export = oneOf;