You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
GetCountriesProps
Properties for getting countries supported by the store.
export interface GetCountriesProps extends BaseProps {
type?: "SHIPPING" | "BILLING";
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
type | Optional | "SHIPPING" | "BILLING" | The type of countries to fetch. |