source: Sources/frontend/src/app/subjectInterface.ts

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

Add backend and frontend projects

  • Property mode set to 100644
File size: 141 bytes
RevLine 
[8423429]1import {AdminInterface} from "./AdminInterface";
2
3export interface SubjectInterface{
4 id: number,
5 name: string,
6 admin: AdminInterface
7}
Note: See TracBrowser for help on using the repository browser.