From 46a8c25174f4f5d3b86ccef90cc99c20ab318963 Mon Sep 17 00:00:00 2001 From: Shane McLaughlin Date: Fri, 12 Apr 2024 09:33:10 -0500 Subject: [PATCH] feat: export telemetryGlobal type (#608) --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 36ac5acf..b17351d4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,3 +6,4 @@ */ export * from './telemetry.js'; +export type { TelemetryGlobal } from './telemetryGlobal.js';