source:
Sources/frontend/src/app/StudentInterface.ts@
8423429
Last change on this file since 8423429 was 8423429, checked in by , 17 months ago | |
---|---|
|
|
File size: 160 bytes |
Line | |
---|---|
1 | export 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.