UNPKG

cannoli-interfaces

Version:
13 lines (12 loc) 290 B
import { IExchange } from '../interfaces'; export declare class ExchangeEntity implements IExchange { batchId: string | null; collectedAt: Date; createdAt: Date; id: string; name: string; price: number; symbol: string; updatedAt: Date; urlApi: string; }