Alokai

GetAddressProps

Properties for getting a single address from users addresses.

interface GetAddressProps extends BaseProps, BaseUserId {
	addressId: string;
}

Properties

NameRequiredTypeDescription
addressIdRequiredstringId of the address.

Referenced Types

On this page