UNPKG

mnb-exchange-rate

Version:

TypeScript client for Hungarian National Bank (MNB) exchange rate API

7 lines (6 loc) 154 B
import { Response } from '../response'; export type GetExchangeRatesResponse = Response & { [key: string]: { [key: string]: number; }; };