SearchFilters
popyt / Library Exports / SearchFilters
Type Alias: SearchFilters<T>
SearchFilters<
T> =object&Textends typeofVideo?VideoSearchOptions:Textends typeofPlaylist?PlaylistSearchOptions:Textends typeofChannel?ChannelSearchOptions:object
Defined in: types/RetrievalService.ts:140
A generic intersection of the general search filters on YouTube and the filters for a specific entity.
Type Declaration
order?
optionalorder?:"date"|"rating"|"relevance"|"title"|"videoCount"|"viewCount"
types?
optionaltypes?:T[]
Type Parameters
T
T extends SearchType = SearchType