interface SortOption {
    field: SortField;
    direction: "desc" | "asc";
}

Properties

Properties

field: SortField
direction: "desc" | "asc"