Type alias MedicalProfessionalPersonalInfoResponse

MedicalProfessionalPersonalInfoResponse: {
    availableStatuses?: MedicalProfessionalStatus[];
    currentStep: "collectMedicalProfessionalPersonalInfo";
    errorIds?: [ErrorId];
    instantMatchAttempts?: number;
    segment: "medical";
    submissionUrl: string;
} & VerificationResponse

Type declaration

  • Optional availableStatuses?: MedicalProfessionalStatus[]
  • currentStep: "collectMedicalProfessionalPersonalInfo"
  • Optional errorIds?: [ErrorId]
  • Optional instantMatchAttempts?: number
  • segment: "medical"
  • submissionUrl: string