5fb2e2888
1 2 3 4 5
export type SearchTargetType = 'local' | 'search-index' export interface SearchTargetQuery { searchTarget?: SearchTargetType }