Changeset 8ccb07e for frontend/src/utils/types.ts
- Timestamp:
- 02/07/26 21:16:37 (5 months ago)
- Branches:
- main
- Children:
- 799f27d
- Parents:
- 8675f75
- File:
-
- 1 edited
-
frontend/src/utils/types.ts (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/utils/types.ts
r8675f75 r8ccb07e 22 22 type: string; 23 23 releasedBy: string; 24 artistUsername?: string; 24 25 cover?: string | null; 25 26 isLikedByCurrentUser?: boolean; … … 29 30 type: "SONG"; 30 31 album?: string; 32 albumId?: number; 31 33 link?: string; 32 34 } … … 92 94 title: string; 93 95 artist: string; 96 artistUsername?: string; 94 97 cover?: string; 95 98 link?: string; 99 album?: string; 100 albumId?: number; 96 101 } 97 102
Note:
See TracChangeset
for help on using the changeset viewer.
