#57 修正
このコミットが含まれているのは:
+7
-6
@@ -3,12 +3,13 @@ import { CATEGORIES, USER_ROLES } from '@/consts'
|
||||
export type Category = typeof CATEGORIES[number]
|
||||
|
||||
export type Post = {
|
||||
id: number
|
||||
url: string
|
||||
title: string
|
||||
thumbnail: string
|
||||
tags: Tag[]
|
||||
viewed: boolean }
|
||||
id: number
|
||||
url: string
|
||||
title: string
|
||||
thumbnail: string
|
||||
thumbnailBase: string
|
||||
tags: Tag[]
|
||||
viewed: boolean }
|
||||
|
||||
export type Tag = {
|
||||
id: number
|
||||
|
||||
新しい課題から参照
ユーザをブロックする