fix(ts-sdk): Fixed Types from Message Interface (#2763)

This commit is contained in:
Saket Aryan
2025-05-22 21:56:45 +05:30
committed by GitHub
parent af1cfd8139
commit 8048e0b32f
6 changed files with 12 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
// @ts-nocheck
import type { TelemetryClient, TelemetryOptions } from "./telemetry.types";
let version = "2.1.16";
let version = "2.1.26";
// Safely check for process.env in different environments
let MEM0_TELEMETRY = true;