The types of search items to perform search within.
import { SearchType } from '@daffodil/driver/shopify'
enum SearchType { Article = 'ARTICLE', Page = 'PAGE', Product = 'PRODUCT', }