@sheerid/jslib
    Preparing search index...

    Type Alias CollectPersonalInfoRequest

    CollectPersonalInfoRequest: {
        activeDutyStartDate?: ActiveDutyStartDate;
        birthDate?: BirthDate;
        country?: Country;
        dischargeDate?: DischargeDate;
        driverLicenseNumber?: string;
        ebtCardNumber?: string;
        memberId?: MemberId;
        postalCode?: string;
        socialSecurityNumber?: string;
        statuses?: AllStatuses[];
    } & Partial<WithCoreFields> & Partial<WithOrganization> & Partial<
        WithAddress,
    >