export type SearchTargetType = 'local' | 'search-index'

export interface SearchTargetQuery {
  searchTarget?: SearchTargetType
}