import { IMoney } from '../../../types/adwords'; export interface IBid { amount: IMoney; }