- Timestamp:
- 02/09/26 17:21:06 (5 months ago)
- Branches:
- main
- Children:
- 8dd3e22
- Parents:
- 2fa6841
- File:
-
- 1 edited
-
frontend/src/utils/types.ts (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/utils/types.ts
r2fa6841 rc684a6d 4 4 email?: string; 5 5 profilePhoto?: string | null; 6 role?: "ADMIN" | "NONADMIN"; 6 isAdmin: boolean; 7 isArtist: boolean; 7 8 } 8 9
Note:
See TracChangeset
for help on using the changeset viewer.
