diff --git a/src/modules/05_placement/interface/response/SelectOrg.ts b/src/modules/05_placement/interface/response/SelectOrg.ts index d5fa88ed5..5e264e51e 100644 --- a/src/modules/05_placement/interface/response/SelectOrg.ts +++ b/src/modules/05_placement/interface/response/SelectOrg.ts @@ -1,17 +1,24 @@ interface DataList { avatar: string; bmaOfficer: string; + bmaOfficerCheck?: string; deferment: boolean; draft: string; examNumber: number; fullName: string; idCard: string; name: string; + node: number | null; + nodeId: string | null; orgName: string | null; organizationName: string; organizationShortName: string | null; personalId: string; + posLevelCandidateId: string | null; + posmasterId: string | null; + posTypeCandidateId: string | null; positionCandidate: string; + positionId: string | null; positionNumber: string | null; positionPath: string | null; profilePhoto: string;