export interface IQuote { price: number; symbol: string; timestamp: number; } //# sourceMappingURL=quote.interface.d.ts.map