Fix ee export of MaintenanceSchema

This commit is contained in:
Owen
2025-12-22 16:27:54 -05:00
parent 718bec4bbc
commit 59f8334cfd
3 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
import { z } from "zod";
export const MaintenanceSchema = z.object({
});