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
| Name | Required | Type | Description |
|---|---|---|---|
addressId | Required | string | Id of the address. |