UNPKG

nodejs-google-adwords

Version:
7 lines (6 loc) 224 B
import { IListReturnValue } from './abstract/ListReturnValue'; import { IAdGroup } from './AdGroup'; export interface IAdGroupReturnValue extends IListReturnValue { value: IAdGroup[]; partialFailureErrors?: any[]; }