UNPKG

@open-oracle-origami/origami-js-mill-coingecko

Version:
5 lines (4 loc) 225 B
import { IMill } from '@open-oracle-origami/origami-js-sdk'; import { CoinGeckoMillConfig } from './types'; declare const CoinGeckoMill: ({ id, emitter, ...rest }: CoinGeckoMillConfig) => IMill; export default CoinGeckoMill;