re-structure folder & route ในส่วนของบรรจุ
This commit is contained in:
parent
c05505071f
commit
1295a7f7fb
18 changed files with 66 additions and 497 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import type { zipCodeOption } from "../../components/exams_other/profileType";
|
||||
import type { zipCodeOption } from "../../components/PersonalDetail/profileType";
|
||||
interface DataOption {
|
||||
id: number | string;
|
||||
name: string;
|
||||
|
|
@ -16,7 +16,6 @@ interface EduOps {
|
|||
positionPathOptions: DataOption[];
|
||||
}
|
||||
|
||||
|
||||
interface InformationOps {
|
||||
prefixOps: DataOption[];
|
||||
genderOps: DataOption[];
|
||||
|
|
@ -54,14 +53,14 @@ interface CheckboxItem {
|
|||
label: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionInsignia,
|
||||
treeTab,
|
||||
InformationOps,
|
||||
AddressOps,
|
||||
Pagination,
|
||||
EduOps,
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionInsignia,
|
||||
treeTab,
|
||||
InformationOps,
|
||||
AddressOps,
|
||||
Pagination,
|
||||
EduOps,
|
||||
InsigniaOps,
|
||||
CheckboxItem
|
||||
CheckboxItem,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue