mirror of
https://github.com/fosrl/pangolin.git
synced 2025-06-21 12:48:59 +02:00
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
|
import { extendZodWithOpenApi } from "@asteasolutions/zod-to-openapi";
|
||
|
import { z } from "zod";
|
||
|
|
||
|
extendZodWithOpenApi(z);
|
||
|
|
||
|
export default function extendZod() {}
|