From 88104043cf809a1e3e7a32b636156a14a269e324 Mon Sep 17 00:00:00 2001 From: krishan choudhary <118708380+krishanJat@users.noreply.github.com> Date: Wed, 27 Aug 2025 08:03:45 +0530 Subject: [PATCH] Update index.d.ts commit last line --- index.d.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.d.ts b/index.d.ts index 85d1a91e..9d606cb9 100644 --- a/index.d.ts +++ b/index.d.ts @@ -845,9 +845,9 @@ declare module "@barchart/marketdata-api-js" { * @property {String} description * @property {String} timezone */ - type ExchangeMetadata = { - id: string; - description: string; - timezone: string; - }; + // type ExchangeMetadata = { + // id: string; + // description: string; + // timezone: string; + // }; }