export interface TelemetryProperties { [key: string]: string | boolean | number; } export interface TelemetryMeasurements { [key: string]: number; } //# sourceMappingURL=event.d.ts.map