no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-09 15:49:53 +07:00
parent 5a27893af8
commit 61bd4cf2f4
4 changed files with 102 additions and 55 deletions

View file

@ -20,4 +20,25 @@ interface ResponseObject {
reasonSameDate: string | null;
}
export type { ResponseObject };
interface RowHistory {
oc: string | null;
position: string | null;
positionPathSide: string | null;
posNo: string | null;
positionLine: string | null;
positionType: string | null;
positionLevel: string | null;
positionExecutive: string | null;
positionExecutiveSide: string | null;
dateAppoint: string | null;
dateStart: string | null;
retireDate: string | null;
govAge: string | null;
govAgeAbsent: string | null;
govAgePlus: string | null;
reasonSameDate: string | null;
createdFullName: string | null;
createdAt: string | null;
}
export type { ResponseObject, RowHistory };