no message
This commit is contained in:
parent
5a27893af8
commit
61bd4cf2f4
4 changed files with 102 additions and 55 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue