source: Sources/frontend/src/app/StudentInterface.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: 160 bytes
Line 
1export interface StudentInterface{
2 id: number,
3 name: string,
4 lastName: string,
5 username: string,
6 email: string,
7 password: string,
8 index: string
9}
Note: See TracBrowser for help on using the repository browser.