UpdateAddressProps
Properties for updating a user address.
interface UpdateAddressProps extends BaseProps, BaseUserId {
address: Partial<Address>;
addressId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
address | Required | Partial<Address> | Address fields to be updated. |
addressId | Required | string | Id of the address |