export interface InterApiEntry { source: string; type: string; data: T; traceId?: string; traceDepth?: number; }