Type Alias: SongAlbumResource
type SongAlbumResource = Resource<AlbumAttributes> & {
type: "albums";
};
Defined in: endpoints/Songs/types.ts:49
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "albums" | endpoints/Songs/types.ts:49 |
type SongAlbumResource = Resource<AlbumAttributes> & {
type: "albums";
};
Defined in: endpoints/Songs/types.ts:49
| Name | Type | Defined in |
|---|---|---|
type | "albums" | endpoints/Songs/types.ts:49 |