Skip to content

Commit 73722e3

Browse files
authored
fix: fix typescript definition for HelpCenterArticle (#286)
1 parent 2358e15 commit 73722e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export type Company = {
7171
};
7272

7373
export type HelpCenterArticle = {
74-
it: string;
74+
id: string;
7575
title: string;
7676
};
7777
export type HelpCenterSection = {

0 commit comments

Comments
 (0)