UNPKG

gads

Version:

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

6 lines (5 loc) 127 B
import { Date } from './date'; import { Value } from './value'; export interface DateValue extends Value { value?: Date; }