@sheerid/jslib
    Preparing search index...

    Type Alias MedicalProfessionalPersonalInfoRequest

    MedicalProfessionalPersonalInfoRequest: {
        birthDate: BirthDate;
        country?: Country;
        memberId: string;
        postalCode: string;
        status: MedicalProfessionalStatus;
    } & WithOrganization & WithCoreFields

    The request to submit when verification is on the step "collectMedicalProfessionalPersonalInfo"