source:
Sources/frontend/src/app/ProfessorInterface.ts
Last change on this file was 8423429, checked in by , 17 months ago | |
---|---|
|
|
File size: 146 bytes |
Line | |
---|---|
1 | export interface ProfessorInterface{ |
2 | id: number, |
3 | name: string, |
4 | lastName: string, |
5 | username: string, |
6 | email: string, |
7 | password: string, |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.