lemmy-js-client
    Preparing search index...

    Type Alias CommunityReportView

    A community report view.

    type CommunityReportView = {
        community: Community;
        community_report: CommunityReport;
        creator: Person;
        creator_banned: boolean;
        creator_banned_from_community: boolean;
        creator_is_admin: boolean;
        creator_is_moderator: boolean;
        resolver?: Person;
    }
    Index

    Properties

    community: Community
    community_report: CommunityReport
    creator: Person
    creator_banned: boolean
    creator_banned_from_community: boolean
    creator_is_admin: boolean
    creator_is_moderator: boolean
    resolver?: Person