UNPKG

nodejs-google-adwords

Version:
7 lines (6 loc) 336 B
import { IListReturnValue } from './abstract/ListReturnValue'; import { INegativeAdGroupCriterion, IBiddableAdGroupCriterion } from './AdGroupCriterion'; export interface IAdGroupCriterionReturnValue extends IListReturnValue { value: Array<IBiddableAdGroupCriterion | INegativeAdGroupCriterion>; partialFailureErrors?: any[]; }