import { Stats1 } from './Stats1' /** * creativeSetStats * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202508` */ export interface CreativeSetStats { /** xsd:long */ key?: number /** value */ value?: Stats1 }