Interface Range

interface Range {
    end: number;
    start: number;
}

Properties

Properties

end: number
start: number