UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

8 lines (6 loc) 155 B
import { SUB_ACCOUNT_STATUS } from "../constants"; export interface SubAccount { subAccountId: string; email: string; status: SUB_ACCOUNT_STATUS; }