export interface IState { StateId?: number; CountryId?: number; StateName?: string; }