interface ITimeRange {
    end: string;
    start: string;
}

Properties

Properties

end: string
start: string