Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SchedulerDays

In this interface we will see the structure of SchedulerDays

export interface SchedulerDays {
date: string;
start_time: string;
end_time: string;
steps_minutes: number;
}

Hierarchy

  • SchedulerDays

Index

Properties

date: string
end_time: string
start_time: string
steps_minutes: number

Generated using TypeDoc