เงื่อนไขเช็คแสดงสมัครสอบ

This commit is contained in:
Kittapath 2023-10-21 16:26:02 +07:00
parent 26bd9eeddc
commit 9b6a73ecc3
3 changed files with 5 additions and 2 deletions

View file

@ -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 }[];