Interface ScheduleObject

interface ScheduleObject {
    at_optimal_time?: boolean;
    in_local_time?: boolean;
    time: string;
}

Properties

at_optimal_time?: boolean
in_local_time?: boolean
time: string