export interface IState { Abbr: string; CountryID: number; FullName: string; StateID: number; }