The set of valid sort keys for the search query.
import { SearchSortKeys } from '@daffodil/driver/shopify'
enum SearchSortKeys { Price = 'PRICE', Relevance = 'RELEVANCE', }