Changeset d2af1a6 for frontend/src/utils


Ignore:
Timestamp:
02/01/26 17:29:49 (5 months ago)
Author:
Dimitar Arsov <dimitararsov04@…>
Branches:
main
Children:
0792d02
Parents:
2730163
Message:

add song/album to favourites

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/utils/types.ts

    r2730163 rd2af1a6  
    88
    99export interface ArtistContribution {
    10   musicalEntityId: number;
     10  id: number;
    1111  title: string;
    1212  genre: string;
     
    4040  creatorName: string;
    4141  songsInPlaylist: Song[];
     42  isSavedByCurrentUser: boolean;
    4243}
    4344
Note: See TracChangeset for help on using the changeset viewer.