UNPKG

@dmgt/google-ad-manager-api

Version:
10 lines (9 loc) 224 B
/** * dailyVolumeSettings * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202505` */ export interface DailyVolumeSettings { /** xsd:long */ adOpportunityCounts?: Array<number> }