Last change
on this file was 8423429, checked in by AngelNasev <angel.nasev@…>, 17 months ago |
Add backend and frontend projects
|
-
Property mode
set to
100644
|
File size:
263 bytes
|
Line | |
---|
1 | import {StudentInterface} from "./StudentInterface";
|
---|
2 | import {CourseInterface} from "./courseInterface";
|
---|
3 |
|
---|
4 | export interface QuestionInterface{
|
---|
5 | id:number,
|
---|
6 | title:string,
|
---|
7 | content:string
|
---|
8 | dateAsked:string,
|
---|
9 | student:StudentInterface,
|
---|
10 | course: CourseInterface
|
---|
11 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.