UNPKG

fixer-wrapper

Version:

Fixer.io Unofficial wrapper for Javascript

12 lines (11 loc) 191 B
interface Irates { rates: {}; } export interface IgetLastest { success: boolean; timestamp: number; base: string; date: string; rates: Irates; } export {};