Type Alias: MusicVideoGenreResource
type MusicVideoGenreResource = Resource<GenericAttributes> & {
type: "genres";
};
Defined in: endpoints/MusicVideos/types.ts:62
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "genres" | endpoints/MusicVideos/types.ts:63 |