export interface CountryResponse { 'alfaTwo'?: (string); 'alfaThree'?: (string); 'name'?: (string); 'nameBrief'?: (string); } export interface CountryResponse__Output { 'alfaTwo': (string); 'alfaThree': (string); 'name': (string); 'nameBrief': (string); }