interface PseudoRange {
    high: number;
    low: number;
}

Properties

Properties

high: number
low: number