#22 完了
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user