In this interface we will see the structure of SchedulerDays
export interface SchedulerDays { date: string; start_time: string; end_time: string; steps_minutes: number;}
Generated using TypeDoc
In this interface we will see the structure of SchedulerDays