ปรับหน้ารายการช่วยราชการ

This commit is contained in:
Warunee Tamkoo 2024-05-01 16:39:17 +07:00
parent 7af4eb7a45
commit e9e618ad41
3 changed files with 79 additions and 14 deletions

View file

@ -19,7 +19,9 @@ interface officerType {
isActive: boolean;
dateEnd: string;
dateStart: string;
dateRepatriation: Date
dateRepatriation: Date;
posTypeName?: string;
posLevelName?: string;
}
interface ResponseData {
data: {
@ -44,7 +46,7 @@ interface ResponseData {
positionNumberOld: string;
organizationPositionOld: string;
isActive: boolean;
dateRepatriation: Date
dateRepatriation: Date;
};
};
}
@ -74,8 +76,4 @@ interface resHelpDetail {
};
};
}
export type {
officerType,
ResponseData,
resHelpDetail
};
export type { officerType, ResponseData, resHelpDetail };