SortOrder<Item>: {
    desc?: boolean;
    property: keyof Item;
}[]

Specifies progressive sorting on properties of Item.

Type Parameters