Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

UpdateAddressProps

Properties for updating a user address.

export 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