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