Skip to content

Commit c9a459f

Browse files
authored
Merge pull request #84 from scrapbox-jp/lastAccessed
fix(api): `RelatedPage` has `lastAccessed`
2 parents c7b2548 + 2226d2d commit c9a459f

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
@@ -269,6 +269,8 @@ export interface RelatedPage extends
269269

270270
charsCount: number;
271271

272+
lastAccessed: number;
273+
272274
search?: SearchQuery;
273275
}
274276

0 commit comments

Comments
 (0)