UNPKG

hud-ai

Version:
12 lines (11 loc) 251 B
export interface StockAlert { id: string; companyId: string; firstValue: number; firstValueOccurredAt: Date; secondValue: number; secondValueOccurredAt: Date; createdAt: Date; updatedAt: Date; reactions?: object; }