fosrl.pangolin/server/extendZod.ts

7 lines
162 B
TypeScript
Raw Permalink Normal View History

2025-04-06 16:06:50 -04:00
import { extendZodWithOpenApi } from "@asteasolutions/zod-to-openapi";
import { z } from "zod";
extendZodWithOpenApi(z);
export default function extendZod() {}