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 56b5576 commit 2ff0660Copy full SHA for 2ff0660
base.ts
@@ -18,7 +18,8 @@ export interface Page {
18
image: string | null;
19
/** the thumbnail text of a page.
20
* the maximum number of lines is 5.
21
- */ descriptions: string[];
+ */
22
+ descriptions: string[];
23
/** ページの最終更新日時 */ updated: number;
24
/** Date last visitedに使われる最終アクセス日時 */ accessed: number;
25
}
@@ -36,6 +37,7 @@ export type ProjectId = string;
36
37
/** the formatted string
38
*
39
* format rule:
40
+ *
41
* - UPPER CASE -> upper_case
42
*/
43
export type StringLc = string;
0 commit comments