We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HelpCenterArticle
1 parent 2358e15 commit 73722e3Copy full SHA for 73722e3
1 file changed
src/index.tsx
@@ -71,7 +71,7 @@ export type Company = {
71
};
72
73
export type HelpCenterArticle = {
74
- it: string;
+ id: string;
75
title: string;
76
77
export type HelpCenterSection = {
0 commit comments