fix: post model type

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei
2024-02-12 15:47:13 +08:00
parent 6844bd7827
commit db8745485f

View File

@@ -2,7 +2,7 @@ import type { Count, Image, TextBaseModel } from './base'
import type { CategoryModel } from './category'
export interface PostModel extends TextBaseModel {
summary?: string
summary?: string | null
copyright: boolean
tags: string[]
count: Count