เงื่อนไขเช็คแสดงสมัครสอบ
This commit is contained in:
parent
26bd9eeddc
commit
9b6a73ecc3
3 changed files with 5 additions and 2 deletions
|
|
@ -14,6 +14,7 @@ export interface Exam {
|
|||
categoryId?: string;
|
||||
category?: string;
|
||||
image?: string;
|
||||
canRegister?: boolean;
|
||||
images?: { title: string; url: string }[];
|
||||
files?: { title: string; url: string }[];
|
||||
positions?: { id: string; title: string; path: string }[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue