Skip to content

Commit

Permalink
[MOL-14129][GW] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GinWee committed Oct 25, 2023
1 parent 74a7556 commit d837082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ getPersonBasic({
hdbtype?: MyinfoHDBTypeCode;
housingtype?: MyinfoHousingTypeCode;
drivingqdlvalidity?: MyinfoDrivingLicenceValidityCode;
vehiclestatus?: MyinfoVehicleStatus;
vehicles?: VehicleDetails[];
employment?: string;
}) => MyInfoComponents.Schemas.PersonBasic

Expand All @@ -127,7 +127,7 @@ getPerson({
hdbtype?: MyinfoHDBTypeCode;
housingtype?: MyinfoHousingTypeCode;
drivingqdlvalidity?: MyinfoDrivingLicenceValidityCode;
vehiclestatus?: MyinfoVehicleStatus;
vehicles?: VehicleDetails[];
employment?: string;
cpfcontributionhistoryoverridemode?: OverrideMode;
cpfcontributions?: CpfContributionHistory[];
Expand Down

0 comments on commit d837082

Please sign in to comment.