UNPKG
acx-io
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Typescript wrapper for ACX Exchange
github.com/sketchthat/acx
sketchthat/acx
acx-io
/
dist
/
interfaces
/
private
/
members.interface.d.ts
14 lines
(13 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export
interface
Members
{
sn
:
string
;
name
:
string
;
email
:
string
;
activated
:
boolean
;
accounts
:
Account
[]; }
interface
Account
{
currency
:
string
;
balance
:
string
;
locked
:
string
; }
export
{};