UNPKG

dfp-lib

Version:

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

8 lines (7 loc) 212 B
import { Value } from './value'; import { DfpDate } from './dfpDate'; export declare class DateValue extends Value { protected static XSI_TYPE: string; value: DfpDate; constructor(value?: DfpDate); }