DaffSubdivision
The subdivisions of a country as per ISO-3166-2 For the United States this is commonly termed as "States"
import { DaffSubdivision } from '@daffodil/geography'
interface DaffSubdivision {
name: string
iso_3166_2: string
}
Properties
Name | Type | Description |
---|---|---|
name | string | |
iso_3166_2 | string |