UNPKG

@dmgt/google-ad-manager-api

Version:
10 lines (9 loc) 183 B
/** * value * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202411` */ export interface Value { /** xsd:string */ urls?: Array<string> }