UNPKG

nodejs-google-adwords

Version:
9 lines (8 loc) 230 B
import { IFieldPathElement } from './FieldPathElement'; export interface IApiError { fieldPath: string; fieldPathElements: IFieldPathElement[]; trigger: string; errorString: string; 'ApiError.Type'?: string; }