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