lemmy-js-client
    Preparing search index...

    Type Alias CreatePostReport

    Create a post report.

    type CreatePostReport = {
        post_id: PostId;
        reason: string;
        violates_instance_rules?: boolean;
    }
    Index

    Properties

    post_id

    post_id: PostId
    reason: string
    violates_instance_rules?: boolean