Changeset db5fb23 for frontend/src/utils


Ignore:
Timestamp:
02/12/26 11:27:23 (5 months ago)
Author:
Filip Gavrilovski <filipgavrilovski28@…>
Branches:
main
Children:
d85e8e3
Parents:
92db381
Message:

add endpoint for publishing songs and albums

File:
1 edited

Legend:

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

    r92db381 rdb5fb23  
    121121
    122122export interface Contributor {
    123         username: string;
     123        id: number;
    124124        fullName: string;
    125125        role: string;
     
    127127
    128128export interface ArtistSearchResult {
     129        id: number;
    129130        username: string;
    130131        fullName: string;
Note: See TracChangeset for help on using the changeset viewer.