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

DeleteAddressProps

Properties for deleting a user address.

export interface DeleteAddressProps extends BaseUserId {
	addressId: string;
}

Properties

NameRequiredTypeDescription
addressIdRequiredstringId of the address to be deleted.

Referenced Types

On this page