Skip to main content

Type Alias: SearchItem

type SearchItem = 
| Resource<AlbumAttributes>
| Resource<ArtistAttributes>
| Resource<SongAttributes>
| Resource<PlaylistAttributes>
| Resource<MusicVideoAttributes>
| Resource<UploadedVideoAttributes>
| Resource<StationAttributes>
| Resource<CuratorAttributes>
| Resource<GenericAttributes>;

Defined in: endpoints/Search/types.ts:219