6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
/**
|
|
* @typedef {{ emit(eventName: string, attributes: Record<string, unknown>): void }} TelemetryPort
|
|
*/
|
|
|
|
export {};
|