UNPKG

nodejs-google-adwords

Version:
8 lines (7 loc) 265 B
import { IListReturnValue } from './abstract/ListReturnValue'; import { IBudget } from './Budget'; import { IApiError } from './ApiError'; export interface IBudgetReturnValue extends IListReturnValue { value: IBudget[]; partialFailureErrors: IApiError[]; }