interface TimeRange {
    from?: number;
    last?: string;
    to?: number;
}

Properties

Properties

from?: number
last?: string
to?: number