Changeset 591919d for frontend/src/utils/types.ts
- Timestamp:
- 02/06/26 21:36:01 (5 months ago)
- Branches:
- main
- Children:
- 5938bc9
- Parents:
- b071fb4
- File:
-
- 1 edited
-
frontend/src/utils/types.ts (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/utils/types.ts
rb071fb4 r591919d 28 28 export interface Song extends MusicalEntity { 29 29 type: "SONG"; 30 album?: string; 30 31 } 31 32
Note:
See TracChangeset
for help on using the changeset viewer.
