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