UNPKG

gads

Version:

An unofficial JS client library for the SOAP-based DFP Ads API

9 lines (8 loc) 263 B
import { BaseObject } from './baseObject'; import { FieldPathElement } from './fieldPathElement'; export interface ApiError extends BaseObject { fieldPath?: string; fieldPathElements?: FieldPathElement[]; trigger?: string; errorString?: string; }