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 = {