Country
Country =
string&NonNullable<unknown>
Country code (e.g., “us”, “de”).
string & NonNullable<unknown> is equivalent to string at runtime, but
prevents TypeScript from collapsing the Jurisdiction union to plain
string, which would lose autocomplete for KnownJurisdiction literals.