GenericSearchOptions
popyt / Library Exports / GenericSearchOptions
Type Alias: GenericSearchOptions<T>
GenericSearchOptions<
T> =object
Defined in: types/RetrievalService.ts:151
Generic type for the YouTube#search() function.
Type Parameters
T
T extends SearchType = SearchType
Properties
pageOptions?
optionalpageOptions?:PageOptions
Defined in: types/RetrievalService.ts:160
Use these options to specify number, size, and location of pages you are requesting.
searchFilters?
optionalsearchFilters?:SearchFilters<T>
Defined in: types/RetrievalService.ts:155
The filters to narrow down your YouTube search.