UNPKG

dfp-lib

Version:

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

7 lines (6 loc) 175 B
import { Value } from './value'; export declare class NumberValue extends Value { protected static XSI_TYPE: string; value: string; constructor(value?: string); }