interface TimeRange {
    end?: number;
    start: number;
}

Properties

Properties

end?: number
start: number