Dreamdata Shared Utils & Constants - v1.20.0
    Preparing search index...

    Interface INumericTimeRange

    interface INumericTimeRange {
        from: number;
        to: number;
    }
    Index
    from: number
    to: number