export interface IPrice { value: number; currency: string; }