DeleteAddressProps
Properties for deleting a user address.
interface DeleteAddressProps extends BaseUserId {
addressId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
addressId | Required | string | Id of the address to be deleted. |
Properties for deleting a user address.
interface DeleteAddressProps extends BaseUserId {
addressId: string;
}| Name | Required | Type | Description |
|---|---|---|---|
addressId | Required | string | Id of the address to be deleted. |