feat: add comment editedAt

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2024-09-17 15:53:11 +08:00
parent 8fac75c70a
commit 2f1a973e5e
3 changed files with 7 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ export interface CommentModel extends BaseModel {
source?: string
readerId?: string
editedAt?: string
}
export interface CommentRef {
id: string