Skip to content

Commit a58b7de

Browse files
authored
Merge pull request #85 from scrapbox-jp/infobox
fix(api): `infoboxResult` and `infoboxDisableLinks` in `RelatedPage` are optional
2 parents c9a459f + f977bff commit a58b7de

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)