UNPKG

@dmgt/google-ad-manager-api

Version:
12 lines (10 loc) 213 B
import { Value } from './Value' /** * rows * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202408` */ export interface Rows { /** values[] */ values?: Array<Value> }