Type alias MemberPersonalInfoResponse

MemberPersonalInfoResponse: {
    currentStep: "collectMemberPersonalInfo";
    errorIds?: [ErrorId];
    instantMatchAttempts?: number;
    segment: "member";
    subSegment: null;
    submissionUrl: string;
} & VerificationResponse

Type declaration

  • currentStep: "collectMemberPersonalInfo"
  • Optional errorIds?: [ErrorId]
  • Optional instantMatchAttempts?: number
  • segment: "member"
  • subSegment: null
  • submissionUrl: string