source:
Sources/frontend/src/app/subjectInterface.ts@
0e4e3d1
Last change on this file since 0e4e3d1 was 8423429, checked in by , 17 months ago | |
---|---|
|
|
File size: 141 bytes |
Rev | Line | |
---|---|---|
[8423429] | 1 | import {AdminInterface} from "./AdminInterface"; |
2 | ||
3 | export interface SubjectInterface{ | |
4 | id: number, | |
5 | name: string, | |
6 | admin: AdminInterface | |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.