Type Alias: SiteSchemaType
SiteSchemaType =
z.ZodObject<{identifier:z.ZodString;monitoring:z.ZodBoolean;monitors:z.ZodArray<MonitorSchemaType>;name:z.ZodString; }>
Defined in: shared/types/schemaTypes.ts:411
Zod schema describing persisted site payloads including nested monitors.