Alokai

UpdateAddressProps

Properties for updating a user address.

interface UpdateAddressProps extends BaseProps, BaseUserId {
	address: Partial<Address>;
	addressId: string;
}

Properties

NameRequiredTypeDescription
addressRequiredPartial<Address>Address fields to be updated.
addressIdRequiredstringId of the address

Referenced Types

On this page