#57 修正
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user