UNPKG

gads

Version:

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

9 lines (8 loc) 228 B
import { BaseObject } from './baseObject'; import { DateTime } from './dateTime'; export interface OfflineError extends BaseObject { fieldPath?: string; trigger?: string; errorTime?: DateTime; reason?: string; }