Changeset d2af1a6 for frontend/src/utils/types.ts
- Timestamp:
- 02/01/26 17:29:49 (5 months ago)
- Branches:
- main
- Children:
- 0792d02
- Parents:
- 2730163
- File:
-
- 1 edited
-
frontend/src/utils/types.ts (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/utils/types.ts
r2730163 rd2af1a6 8 8 9 9 export interface ArtistContribution { 10 musicalEntityId: number;10 id: number; 11 11 title: string; 12 12 genre: string; … … 40 40 creatorName: string; 41 41 songsInPlaylist: Song[]; 42 isSavedByCurrentUser: boolean; 42 43 } 43 44
Note:
See TracChangeset
for help on using the changeset viewer.
