SearchKind type
Defines values for SearchKind. Possible values include: 'WebSearch', 'HistorySearch', 'DocumentSearch', 'TagSearch', 'LocationSearch', 'CustomSearch'
type SearchKind =
| "WebSearch"
| "HistorySearch"
| "DocumentSearch"
| "TagSearch"
| "LocationSearch"
| "CustomSearch"