interface FilterAndRange {
    filter: string;
    range?: Range;
}

Properties

Properties

filter: string
range?: Range