Which cached stores to build the corpus from. The plain-English aliases ("both", "cache", "results") are accepted alongside the store names so the console call reads naturally.
"both"
"cache"
"results"
export type CorpusSourceOption = 'all' | 'both' | 'cache' | 'results' | CorpusSource; Copy
export type CorpusSourceOption = 'all' | 'both' | 'cache' | 'results' | CorpusSource;
Which cached stores to build the corpus from. The plain-English aliases (
"both","cache","results") are accepted alongside the store names so the console call reads naturally.