GetAddressProps
Properties for getting a single address from users addresses.
interface GetAddressProps extends BaseProps, BaseUserId {
addressId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
addressId | Required | string | Id of the address. |
Properties for getting a single address from users addresses.
interface GetAddressProps extends BaseProps, BaseUserId {
addressId: string;
}| Name | Required | Type | Description |
|---|---|---|---|
addressId | Required | string | Id of the address. |