export class CommentQueryArgs { static deleteCommentArgs(commentId) { return { commentId, }; } }