source:
frontend/src/types.ts@
c6e1892
| Last change on this file since c6e1892 was 3727852, checked in by , 6 months ago | |
|---|---|
|
|
| File size: 142 bytes | |
| Line | |
|---|---|
| 1 | export interface User { |
| 2 | username: string; |
| 3 | fullName: string; |
| 4 | email?: string; |
| 5 | profilePhoto?: string | null; |
| 6 | role?: "ADMIN" | "NONADMIN"; |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
