mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-29 04:09:42 +00:00
3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
import { z } from "zod";
|
|
|
|
export const MaintenanceSchema = z.object({});
|