This commit is contained in:
2025-07-11 02:05:16 +09:00
parent b83fc6369a
commit 3c89d14636
9 changed files with 191 additions and 66 deletions
+5
View File
@@ -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