UNPKG

cryptomarket

Version:

The CryptoMarket for Node.js

12 lines (11 loc) 221 B
export interface AmountLock { id: number; currency: string; amount: string; dateEnd: string; description: string; cancelled: boolean; cancelledAt: string; cancelDescription: string; createdAt: string; }