Type Alias: SongLibraryResource
type SongLibraryResource = Resource<GenericAttributes> & {
type: "library-songs";
};
Defined in: endpoints/Songs/types.ts:59
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "library-songs" | endpoints/Songs/types.ts:60 |
type SongLibraryResource = Resource<GenericAttributes> & {
type: "library-songs";
};
Defined in: endpoints/Songs/types.ts:59
| Name | Type | Defined in |
|---|---|---|
type | "library-songs" | endpoints/Songs/types.ts:60 |