UNPKG

gads

Version:

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

6 lines (5 loc) 170 B
import { ApiError } from './apiError'; import { DealErrorReason } from './dealErrorReason'; export interface DealError extends ApiError { reason?: DealErrorReason; }