/** * Country obj */ export interface Country { name: string; code: string; }