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

    Interface INumericTimeRange

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

    Properties

    Properties

    from: number
    to: number