UNPKG

@syngrisi/syngrisi

Version:
10 lines 273 B
// src/server/schemas/utils/createRequestOpenApiBodySchema.ts var createRequestOpenApiBodySchema = (schema) => ({ content: { "application/json": { schema } } }); export { createRequestOpenApiBodySchema }; //# sourceMappingURL=createRequestOpenApiBodySchema.js.map