Skip to content

Commit f977bff

Browse files
authored
fix(api): infoboxResult and infoboxDisableLinks in RelatedPage are optional
1 parent c9a459f commit f977bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/pages/project/title.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,9 @@ export interface RelatedPage extends
263263
*/
264264
linksLc: StringLc[];
265265

266-
infoboxResult: InfoboxResult[];
266+
infoboxResult?: InfoboxResult[];
267267

268-
infoboxDisableLinks: string[];
268+
infoboxDisableLinks?: string[];
269269

270270
charsCount: number;
271271

0 commit comments

Comments
 (0)