source: Sources/frontend/src/app/ActiveUserInterface.ts@ 8423429

Last change on this file since 8423429 was 8423429, checked in by AngelNasev <angel.nasev@…>, 15 months ago

Add backend and frontend projects

  • Property mode set to 100644
File size: 81 bytes
Line 
1export interface ActiveUserInterface {
2 username: string;
3 userType: string;
4}
Note: See TracBrowser for help on using the repository browser.