UNPKG

nodejs-google-adwords

Version:
7 lines (6 loc) 232 B
import { IListReturnValue } from './abstract/ListReturnValue'; import { IAdGroupAd } from './AdGroupAd'; export interface IAdGroupAdReturnValue extends IListReturnValue { value: IAdGroupAd[]; partialFailureErrors?: any[]; }