JurisdictionId
type JurisdictionId = "UK_DUAA" | "EU_GDPR" | string & {};Defined in: types.ts:34
Identifier of a jurisdiction preset shipped with @tickboxhq/core.
Today: 'UK_DUAA' and 'EU_GDPR'. Custom jurisdictions get arbitrary IDs;
string & {} keeps autocomplete on the built-ins while still accepting them.