export interface StateOfUsa { name: string; alpha2Code: StateAlpha2Code; } export type StateAlpha2Code = string;