/** * This is auto-generated file, don't modify this file manually */ export interface UtilsStatsCountry { /** * Country ID */ country_id?: number; /** * Views number */ views?: number; }