export interface CountryVM { country_code?: string; name?: string; event_count?: number; can_update?: boolean; can_delete?: boolean; }