UNPKG

@coinset/gmocoin

Version:
7 lines 539 B
import type { StrictExtract } from '../../utils/types'; import type { All_Pairs, BTC, ETH, BCH, LTC, XRP, XEM, XYM } from 'cryptocurrency-types'; declare type GMOCoinSpotPair = BTC | ETH | BCH | LTC | XRP | XEM | XYM; declare type GMOCoinMarginPair = StrictExtract<All_Pairs, 'BTC_JPY' | 'ETH_JPY' | 'BCH_JPY' | 'LTC_JPY' | 'XRP_JPY' | 'XEM_JPY' | 'XLM_JPY' | 'XYM_JPY'>; declare type GMOCoinPair = GMOCoinSpotPair | GMOCoinMarginPair; export type { GMOCoinPair, GMOCoinSpotPair, GMOCoinMarginPair }; //# sourceMappingURL=currency.d.ts.map