interface ITimePeriod {
    end_time: string;
    start_time: string;
}

Properties

Properties

end_time: string
start_time: string