hrms-mgt/src/modules/04_registryPerson/interface/response/Edit.ts

27 lines
498 B
TypeScript
Raw Normal View History

2025-03-21 09:58:16 +07:00
interface DataSalaryPos {
avatar: string;
avatarName: string;
citizenId: string;
firstName: string;
id: string;
lastName: string;
org: string;
orgRevisionId: string;
orgRootShortName: string;
posExecutive: string;
posLevel: string;
posLevelId: string;
posNo: string;
posType: string;
posTypeId: string;
position: string;
prefix: string;
rank: string;
root: string;
rootId: string;
statusCheckEdit: string;
type: string;
}
export type { DataSalaryPos };