UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

10 lines (9 loc) 202 B
import type { Coin } from './Coin'; export type NewRatesClass = { coin?: Coin; btcRate?: number; usdRate?: number; eurRate?: number; jpyRate?: number; effectiveDate?: string; };