UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

6 lines (5 loc) 207 B
import { ApiError } from './apiError'; export declare class TypeError extends ApiError { protected static XSI_TYPE: string; constructor(fieldPath?: string, trigger?: string, errorString?: string); }