Merge commit
This commit is contained in:
commit
f2a70888e3
24 changed files with 989 additions and 654 deletions
11
cms/src/lib/components/Exam.ts
Normal file
11
cms/src/lib/components/Exam.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
export interface Exam {
|
||||
id:string;
|
||||
title:string;
|
||||
start?:Date|string;
|
||||
end?:Date|string;
|
||||
exam_date?:Date|string;
|
||||
announcement_date?:Date|string;
|
||||
category_id?:string
|
||||
category?:string
|
||||
img?:string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue