lemmy-js-client
    Preparing search index...

    Type Alias CreateCommunityReport

    Create a report for a community.

    type CreateCommunityReport = {
        community_id: CommunityId;
        reason: string;
    }
    Index

    Properties

    Properties

    community_id: CommunityId
    reason: string