Skip to content

Commit

Permalink
🚨 fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
takker99 committed Mar 24, 2022
1 parent 670ea12 commit 3142ee7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ export interface Page {
/** the thumbnail URL of a page if exists
*
* set to `null` if not exists
*/
*/
image: string | null;
/** the thumbnail text of a page.
* the maximum number of lines is 5.
* */ descriptions: string[];
* the maximum number of lines is 5.
*/ descriptions: string[];
/** ページの最終更新日時 */ updated: number;
/** Date last visitedに使われる最終アクセス日時 */ accessed: number;
}
Expand Down

0 comments on commit 3142ee7

Please sign in to comment.