Type Alias BreakdownTopBottomFilter

Top/bottom filtering configuration

type BreakdownTopBottomFilter = {
    number: number;
    type: TopBottomType;
    unit: TopBottomUnit;
}
Index
number: number

Number of top/bottom values to select

Whether to select top or bottom values

Unit for top/bottom selection