UNPKG

fixer-wrapper

Version:

Fixer.io Unofficial wrapper for Javascript

9 lines (8 loc) 162 B
export interface IHistorical { success: boolean; historical: boolean; date: string; timestamp: number; base: string; rates: {}; }