import { Currency, DayString } from './common-biz'; export interface CurrencyPrice { currency: Currency; fixInRub: number; date: DayString; }