mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-11 15:36:38 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
import { z } from "zod";
|
|
|
|
export const MaintenanceSchema = z.object({
|
|
});
|