UNPKG

@ahmedhegazee/nestjs-telescope

Version:

Advanced observability and monitoring solution for NestJS applications with ML-powered analytics, enterprise features, and production-ready scaling

16 lines (15 loc) 338 B
export declare class TelescopeEntryEntity { id: string; type: string; familyHash: string; content: Record<string, any>; tags: string[]; timestamp: Date; sequence: number; batchId?: string; createdAt: Date; userId?: string; sessionId?: string; environment?: string; metadata?: string; }