/** * This is auto-generated file, don't modify this file manually */ import { AdsDemostatsFormat } from './AdsDemostatsFormat'; import { AdsObjectType } from './AdsObjectType'; export interface AdsDemoStats { /** * Object ID */ id?: number; stats?: AdsDemostatsFormat[]; type?: AdsObjectType; }