CommitteeClash Documentation
API
Backend
Frontend
Actions
App
Components
Lib
Types
Committee
CSS-Custom-Properties
Leaderboard
Period
Type-aliases
Variables
PeriodListSchemaPeriodSchema
PossibleTask
Response
SubmittedTask
User
FrontendTypesPeriodVariables

PeriodListSchema

Variable: PeriodListSchema

const PeriodListSchema: ZodArray<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; }>, "many">

Defined in: src/types/Period.tsx:12

Variables

Previous Page

PeriodSchema

Next Page

On this page

Variable: PeriodListSchema