Changeset 0792d02 for frontend/src/utils/types.ts
- Timestamp:
- 02/05/26 10:29:09 (5 months ago)
- Branches:
- main
- Children:
- 3de009b
- Parents:
- d2af1a6
- File:
-
- 1 edited
-
frontend/src/utils/types.ts (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/utils/types.ts
rd2af1a6 r0792d02 44 44 45 45 export interface BaseNonAdminUser { 46 id: number;46 username: string; 47 47 fullName: string; 48 48 userType: string;
Note:
See TracChangeset
for help on using the changeset viewer.
