export interface SnapshotContext { timestamp: number; errorCount: number; viewCount: number; actionCount: number; hasRecording: boolean; }