@sheerid/jslib
    Preparing search index...

    Type Alias EmploymentPersonalInfoRequest

    EmploymentPersonalInfoRequest: {
        country?: Country;
        phoneNumber?: PhoneNumber;
        postalCode: string;
        shouldCollectAddress?: boolean;
    } & WithAddress & WithOrganization & WithCoreFields

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