Changeset db5fb23 for frontend/src/utils/types.ts
- Timestamp:
- 02/12/26 11:27:23 (5 months ago)
- Branches:
- main
- Children:
- d85e8e3
- Parents:
- 92db381
- File:
-
- 1 edited
-
frontend/src/utils/types.ts (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/utils/types.ts
r92db381 rdb5fb23 121 121 122 122 export interface Contributor { 123 username: string;123 id: number; 124 124 fullName: string; 125 125 role: string; … … 127 127 128 128 export interface ArtistSearchResult { 129 id: number; 129 130 username: string; 130 131 fullName: string;
Note:
See TracChangeset
for help on using the changeset viewer.
