/** * This is auto-generated file, don't modify this file manually */ export interface BaseCountry { /** * Country ID */ id?: number; /** * Country title */ title?: string; }