UNPKG

mnb-exchange-rate

Version:

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

7 lines (6 loc) 157 B
import { Response } from '../response'; export type GetInfoResponse = Response & { FirstDate: string; LastDate: string; Currencies: string[]; };