lemmy-js-client
    Preparing search index...

    Type Alias CreatePostWarning

    Creates a warning against a post and notifies the user.

    type CreatePostWarning = {
        post_id: PostId;
        reason: string;
    }
    Index

    Properties

    Properties

    post_id

    post_id: PostId
    reason: string