export interface IAmount { value: string; currency: string; }