ProductSearchSortingOption: {
    id: string;
    label: string;
} & {
    [key: string]: any;
}