UNPKG

cecon-interfaces

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