Alokai
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

NameRequiredTypeDescription
typeOptional"SHIPPING" | "BILLING"The type of countries to fetch.

Referenced Types

On this page