Type Alias: ArtistAlbumResource
type ArtistAlbumResource = Resource<AlbumAttributes> & {
type: "albums";
};
Defined in: endpoints/Artists/types.ts:70
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "albums" | endpoints/Artists/types.ts:71 |
type ArtistAlbumResource = Resource<AlbumAttributes> & {
type: "albums";
};
Defined in: endpoints/Artists/types.ts:70
| Name | Type | Defined in |
|---|---|---|
type | "albums" | endpoints/Artists/types.ts:71 |