PhysicalAddressPropsinterface
{
name?: Nullish<string>;
address: Nullish<AddressData>;
}| Property | Type | |
|---|---|---|
.name | Nullish<string> | Nullish is the value or null or undefined. |
.address | Nullish<AddressData> | Nullish is the value or null or undefined. required |
Props for PhysicalAddress — an optional name and a nullable AddressData object.