Type Alias: MusicVideoAlbumResource
type MusicVideoAlbumResource = Resource<AlbumAttributes> & {
type: "albums";
};
Defined in: endpoints/MusicVideos/types.ts:56
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "albums" | endpoints/MusicVideos/types.ts:57 |