(ref: EventRef)
| 20 | export interface TaskEventSource { |
| 21 | on(name: string, callback: (...data: unknown[]) => unknown): EventRef; |
| 22 | offref(ref: EventRef): void; |
| 23 | } |
| 24 | |
| 25 | export interface ViewPerformanceServiceContext { |
no outgoing calls
no test coverage detected