UNPKG

mnb-exchange-rate

Version:

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

5 lines (4 loc) 129 B
import { Response } from '../response'; export type GetCurrentExchangeRatesResponse = Response & { [key: string]: number; };