listCountries in the widget’s uses list before calling it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists countries and their states in the requested language.
listCountries in the widget’s uses list before calling it.
const page = await listCountries({ languageIso: "en", limit: 50 });
const listCountries: PortalFunction<PortalPage<PortalCountry>, ListCountriesInput>