diff --git a/api/pages/project/title.ts b/api/pages/project/title.ts index ae7bbd6..8b7f56d 100644 --- a/api/pages/project/title.ts +++ b/api/pages/project/title.ts @@ -263,9 +263,9 @@ export interface RelatedPage extends */ linksLc: StringLc[]; - infoboxResult: InfoboxResult[]; + infoboxResult?: InfoboxResult[]; - infoboxDisableLinks: string[]; + infoboxDisableLinks?: string[]; charsCount: number;