fix: add some field

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2024-04-13 19:37:28 +08:00
parent 8d170ed13e
commit 903aa30122
3 changed files with 10 additions and 4 deletions

View File

@@ -61,8 +61,10 @@ export interface RecentComment {
text: string
id: string
title: string
slug: string
slug?: string
type: string
avatar: string
nid?: string
}
export interface RecentLike {
@@ -71,6 +73,7 @@ export interface RecentLike {
type: CollectionRefTypes.Post | CollectionRefTypes.Note
nid?: number
slug?: string
title: string
}
export interface RecentNote {