import { Stats1 } from './Stats1'; import { CreativeSetStats } from './CreativeSetStats'; /** * stats * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202511` */ export interface Stats { /** stats */ stats?: Stats1; /** creativeSetStats[] */ creativeSetStats?: Array; }