PeriodSchema
Variable: PeriodSchema
const PeriodSchema: ZodObject<{ endDate: ZodString; id: ZodString; name: ZodString; startDate: ZodString; }, "strip", ZodTypeAny, { endDate: string; id: string; name: string; startDate: string; }, { endDate: string; id: string; name: string; startDate: string; }>
Defined in: src/types/Period.tsx:3