EntitySearchOptions
popyt / Library Exports / EntitySearchOptions
Type Alias: EntitySearchOptions<T>
EntitySearchOptions<
T> =object
Defined in: types/RetrievalService.ts:166
Generic type for the entity-specific search functions.
Type Parameters
T
T extends SearchType = SearchType
Properties
pageOptions?
optionalpageOptions?:PageOptions
Defined in: types/RetrievalService.ts:175
Use these options to specify number, size, and location of pages you are requesting.
searchFilters?
optionalsearchFilters?:Omit<SearchFilters<T>,"types">
Defined in: types/RetrievalService.ts:170
The search filters to narrow down your YouTube search.