interface GetRangesResponse {
    ranges: Range[];
}

Properties

Properties

ranges: Range[]