export type CommentPatch = { text: string; author?: string; };