lemmy-js-client
    Preparing search index...

    Type Alias CreateCommentWarning

    Creates a warning against a comment and notifies the user.

    type CreateCommentWarning = {
        comment_id: CommentId;
        reason: string;
    }
    Index

    Properties

    Properties

    comment_id: CommentId
    reason: string