Skip to content

Commit c7b2548

Browse files
authored
Merge pull request #83 from scrapbox-jp/charsCount
fix(api): `RelatedPage` has `charsCount`
2 parents 36c27c3 + acf8611 commit c7b2548

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/pages/project/title.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ export interface RelatedPage extends
267267

268268
infoboxDisableLinks: string[];
269269

270+
charsCount: number;
271+
270272
search?: SearchQuery;
271273
}
272274

0 commit comments

Comments
 (0)