import type { CommentId } from "./CommentId"; /** * Creates a warning against a comment and notifies the user. */ export type CreateCommentWarning = { comment_id: CommentId; reason: string; };