GetCountriesProps
Properties for getting countries supported by the store.
interface GetCountriesProps extends BaseProps {
type?: "BILLING" | "SHIPPING";
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
type | Optional | "BILLING" | "SHIPPING" | The type of countries to fetch. |