รายการประวัติการฝึกอบรม/ดูงานของข้าราชการกรุงเทพมหานครสามัญ => เพิ่ม interface

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-30 10:15:15 +07:00
parent 5c84afa6a8
commit 3531301713
3 changed files with 96 additions and 54 deletions

View file

@ -165,6 +165,19 @@ interface DataTree {
children: DataTree;
}
interface ResHistory {
citizenId: string;
fullName: string;
id: string;
posExecutive: string;
posLevel: string;
posType: string;
position: string;
projectName: string;
root: string;
year: number;
}
export type {
ResGroup,
ResLevel,
@ -176,4 +189,5 @@ export type {
ResRecord,
DataStrategic,
DataTree,
ResHistory,
};