We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670ea12 commit 3142ee7Copy full SHA for 3142ee7
base.ts
@@ -14,11 +14,11 @@ export interface Page {
14
/** the thumbnail URL of a page if exists
15
*
16
* set to `null` if not exists
17
- */
+ */
18
image: string | null;
19
/** the thumbnail text of a page.
20
- * the maximum number of lines is 5.
21
- * */ descriptions: string[];
+ * the maximum number of lines is 5.
+ */ descriptions: string[];
22
/** ページの最終更新日時 */ updated: number;
23
/** Date last visitedに使われる最終アクセス日時 */ accessed: number;
24
}
0 commit comments