Update API from meeting
This commit is contained in:
parent
40f7e878c9
commit
b2083ebae2
13 changed files with 125 additions and 67 deletions
|
|
@ -1,8 +0,0 @@
|
|||
export interface CalendarEvent {
|
||||
id:string;
|
||||
title:string;
|
||||
start:Date|string;
|
||||
end?:Date|string;
|
||||
url?:string;
|
||||
backgroundColor?:string;
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
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