Changeset c684a6d for frontend/src/utils


Ignore:
Timestamp:
02/09/26 17:21:06 (5 months ago)
Author:
Filip Gavrilovski <filipgavrilovski28@…>
Branches:
main
Children:
8dd3e22
Parents:
2fa6841
Message:

add role flags to user dto;fix bug in song repository

File:
1 edited

Legend:

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

    r2fa6841 rc684a6d  
    44        email?: string;
    55        profilePhoto?: string | null;
    6         role?: "ADMIN" | "NONADMIN";
     6        isAdmin: boolean;
     7        isArtist: boolean;
    78}
    89
Note: See TracChangeset for help on using the changeset viewer.