re-structure folder & route ในส่วนของบรรจุ

This commit is contained in:
Warunee Tamkoo 2023-06-28 11:15:22 +07:00
parent c05505071f
commit 1295a7f7fb
18 changed files with 66 additions and 497 deletions

View file

@ -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,
};