ปรับ dropdown บรรจุ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-28 14:22:25 +07:00
parent 2175c11ad4
commit 2b99a1459e
8 changed files with 2048 additions and 456 deletions

View file

@ -19,6 +19,8 @@ interface officerType {
isActive: boolean;
dateEnd: string;
dateStart: string;
}
interface ResponseData {
data: {
@ -43,6 +45,7 @@ interface ResponseData {
positionNumberOld: string;
organizationPositionOld: string;
isActive: boolean;
dateRepatriation: Date
};
};
}
@ -72,8 +75,8 @@ interface resHelpDetail {
};
};
}
export type {
export type {
officerType,
ResponseData,
resHelpDetail
resHelpDetail
};