このコミットが含まれているのは:
2025-05-30 01:21:30 +09:00
コミット f93cea4e51
8個のファイルの変更85行の追加8行の削除
+2 -1
ファイルの表示
@@ -19,7 +19,8 @@ type Post = { id: number
url: string
title: string
thumbnail: string
tags: Tag[] }
tags: Tag[]
viewed: boolean }
type User = { id: number
name: string | null