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

GetAddressProps

Properties for getting a single address from users addresses.

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

Properties

NameRequiredTypeDescription
addressIdRequiredstringId of the address.

Referenced Types

On this page