Interface SortOption

interface SortOption {
    id: string;
    value: { name: string; sort: InputSearchSort[] };
}

Properties

Properties

id: string
value: { name: string; sort: InputSearchSort[] }