Type Alias: ArtistSongResource
type ArtistSongResource = Resource<SongAttributes> & {
type: "songs";
};
Defined in: endpoints/Artists/types.ts:79
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "songs" | endpoints/Artists/types.ts:79 |
type ArtistSongResource = Resource<SongAttributes> & {
type: "songs";
};
Defined in: endpoints/Artists/types.ts:79
| Name | Type | Defined in |
|---|---|---|
type | "songs" | endpoints/Artists/types.ts:79 |