SearchKind type

定義 SearchKind 的值。 可能的值包括:'WebSearch'、'HistorySearch'、'DocumentSearch'、'TagSearch'、'LocationSearch'、'CustomSearch'

type SearchKind =
  | "WebSearch"
  | "HistorySearch"
  | "DocumentSearch"
  | "TagSearch"
  | "LocationSearch"
  | "CustomSearch"