UNPKG
@coinset/btcbox
Version:
beta (1.0.0-beta.2)
latest (1.0.0-beta.1)
1.0.0-beta.2
1.0.0-beta.1
BTCBOX API client
github.com/coinset/btcbox
coinset/btcbox
@coinset/btcbox
/
dist
/
shared
/
types
/
currency.d.ts
5 lines
•
268 B
TypeScript
View Raw
1
2
3
4
5
import
type
{ btc, bch, ltc, eth,
JPY
,
Pair
}
from
'cryptocurrency-types'
;
declare
type
BTCBOXSymbol
= btc | bch | ltc | eth;
declare
type
BTCBOXPair
=
Pair
<
Uppercase
<
BTCBOXSymbol
>,
JPY
>;
export
type
{
BTCBOXSymbol
,
BTCBOXPair
};
//# sourceMappingURL=currency.d.ts.map