UNPKG

nodejs-google-adwords

Version:
5 lines (4 loc) 80 B
import { IMoney } from './Money'; export interface IBid { amount: IMoney; }