UNPKG

mnb-exchange-rate

Version:

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

5 lines (4 loc) 118 B
import { Response } from '../response'; export type GetCurrenciesResponse = Response & { Currencies: string[]; };