// Generated Source interface GetCountryInfoState { /** * Internal identifier of a state */ id?: string; /** * Canonical URI of a state */ uri?: string; } export default GetCountryInfoState;