UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

10 lines (9 loc) 217 B
import type { CryptoCoin } from './CryptoCoin'; export type RatesClass = { coin?: CryptoCoin; usdRate?: number; eurRate?: number; jpyRate?: number; btcRate?: number; effectivedate?: string; };