export interface CountryCode { flag?: string; country: string; code: string; }