Appearance
DoCurious API Reference / types / InstanceSchedule
Interface: InstanceSchedule
Defined in: types/challenge.types.ts:63
A single schedule slot for a ChallengeInstance, supporting recurring sessions.
Properties
dayOfWeek?
optionaldayOfWeek:number
Defined in: types/challenge.types.ts:65
Day of week (0 = Sunday, 6 = Saturday)
endTime?
optionalendTime:string
Defined in: types/challenge.types.ts:69
End time in HH:mm format
recurrence?
optionalrecurrence:string
Defined in: types/challenge.types.ts:71
Recurrence pattern: 'once', 'weekly', or 'monthly'
startTime?
optionalstartTime:string
Defined in: types/challenge.types.ts:67
Start time in HH:mm format