UNPKG

dfp-lib

Version:

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

8 lines (7 loc) 232 B
import { Value } from './value'; import { DfpDateTime } from './dfpDateTime'; export declare class DateTimeValue extends Value { protected static XSI_TYPE: string; value: DfpDateTime; constructor(value?: DfpDateTime); }