UNPKG

mnb-exchange-rate

Version:

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

6 lines (5 loc) 139 B
import { Response } from '../response'; export type GetDateIntervalResponse = Response & { FirstDate: string; LastDate: string; };