diff --git a/packages/api-client/models/post.ts b/packages/api-client/models/post.ts index f3408115..15bf1d0a 100644 --- a/packages/api-client/models/post.ts +++ b/packages/api-client/models/post.ts @@ -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