From eee64ea330a40373b66d14eb26794cfb5cd1d642 Mon Sep 17 00:00:00 2001 From: Rami Elwan Date: Wed, 28 May 2025 10:47:12 +0200 Subject: [PATCH] fix: fix typescript definition for `HelpCenterArticle` --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index d30c6ed8..3bcc776f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -71,7 +71,7 @@ export type Company = { }; export type HelpCenterArticle = { - it: string; + id: string; title: string; }; export type HelpCenterSection = {