Add ExamResult and Qualification
This commit is contained in:
parent
c4764c1a4d
commit
dd27104a88
5 changed files with 203 additions and 7 deletions
|
|
@ -49,6 +49,11 @@ interface treeTab {
|
|||
children: treeTab[];
|
||||
}
|
||||
|
||||
interface CheckboxItem {
|
||||
id: number;
|
||||
label: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionInsignia,
|
||||
|
|
@ -57,5 +62,6 @@ export type {
|
|||
AddressOps,
|
||||
Pagination,
|
||||
EduOps,
|
||||
InsigniaOps
|
||||
InsigniaOps,
|
||||
CheckboxItem
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue