This commit is contained in:
2025-06-30 23:31:39 +09:00
parent 068d0aed14
commit e20f7fcc17
13 changed files with 140 additions and 75 deletions
+4 -4
View File
@@ -12,10 +12,10 @@ export type Post = {
viewed: boolean }
export type Tag = {
id: number
name: string
category: Category
count?: number}
id: number
name: string
category: Category
postCount: number }
export type User = {
id: number