UNPKG

@syngrisi/syngrisi

Version:
6 lines 170 B
import { z } from 'zod'; export const createRequestOpenApiBodySchema = (schema: z.ZodTypeAny) => ({ content: { 'application/json': { schema: schema } } })