Confirm type with mos
This commit is contained in:
parent
27b595206f
commit
1b1c37510b
1 changed files with 4 additions and 6 deletions
|
|
@ -3,17 +3,15 @@ export interface Exam {
|
|||
title:string;
|
||||
detail?:string;
|
||||
date?:string;
|
||||
start?:string;
|
||||
end?:string;
|
||||
exam_date?:string;
|
||||
announcement_date?:string;
|
||||
announcement_endDate?:string;
|
||||
announcement_startDate:string;
|
||||
announcement_endDate:string;
|
||||
announcementExam?:boolean;
|
||||
register_startDate?:string;
|
||||
register_endDate?:string;
|
||||
payment_startDate?:string;
|
||||
payment_endDate?:string;
|
||||
category_id?:string
|
||||
examDate?:string;
|
||||
categoryId?:string
|
||||
category?:string
|
||||
image?:string;
|
||||
images?:{title:string,url:string}[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue