This commit is contained in:
@@ -2,6 +2,11 @@ import { CATEGORIES, USER_ROLES } from '@/consts'
|
||||
|
||||
export type Category = typeof CATEGORIES[number]
|
||||
|
||||
export type NicoTag = {
|
||||
id: number
|
||||
name: string
|
||||
linkedTags: Tag[] }
|
||||
|
||||
export type Post = {
|
||||
id: number
|
||||
url: string
|
||||
|
||||
Reference in New Issue
Block a user