export interface GetExchangeRatesForCurrencyResponse {
    from: string;
    to: string;
    course: string;
}
