Type alias CollectPersonalInfoViewModel

CollectPersonalInfoViewModel: {
    activeDutyStartDate?: ActiveDutyStartDate;
    birthDate?: BirthDate;
    dischargeDate?: DischargeDate;
    driverLicenseNumber?: string;
    ebtCardNumber?: string;
    memberId?: MemberId;
    postalCode?: string;
    socialSecurityNumber?: string;
    status?: AllStatuses;
    statuses?: AllStatuses[];
} & Partial<WithCoreFields> & Partial<WithOrganization> & Partial<WithAddress> & WithLocaleChoiceAndCountryChoice & WithFieldsToSkipValidation

Type declaration