Home > @department-of-veterans-affairs/va-forms-system-core > Address
Address interface
Signature:
export interface Address
Properties
| Property | Type | Description |
|---|---|---|
| city | string | |
| country | string | |
| isMilitaryBaseOutside? | boolean | (Optional) |
| postalCode | string | |
| state | string | |
| streetAddress | string | |
| streetAddressLine2? | string | (Optional) |
| streetAddressLine3? | string | (Optional) |