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