export interface Price { price_id: number; product_id: number; vendor_id: number; price_in_cents: number; timestamp: Date; }