UNPKG

cannoli-interfaces

Version:
12 lines (11 loc) 217 B
export interface IExchange { batchId: string | null; collectedAt: Date; createdAt: Date; symbol: string; id: string; name: string; price: number; updatedAt: Date; urlApi: string; }