Type Alias: SongArtistResource
type SongArtistResource = Resource<ArtistAttributes> & {
type: "artists";
};
Defined in: endpoints/Songs/types.ts:50
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "artists" | endpoints/Songs/types.ts:51 |
type SongArtistResource = Resource<ArtistAttributes> & {
type: "artists";
};
Defined in: endpoints/Songs/types.ts:50
| Name | Type | Defined in |
|---|---|---|
type | "artists" | endpoints/Songs/types.ts:51 |