UNPKG

@dmgt/google-ad-manager-api

Version:
14 lines (13 loc) 267 B
/** * options * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202408` */ export interface Options { /** xsd:long */ lineItemId?: number /** xsd:long */ creativeId?: number /** xsd:long */ nativeStyleId?: number }