import type { CommentView } from "./CommentView"; /** * A comment response. */ export type CommentResponse = { comment_view: CommentView; };