lemmy-js-client
    Preparing search index...

    Type Alias HideCommunity

    Hide a community from the main view.

    type HideCommunity = {
        community_id: CommunityId;
        hidden: boolean;
        reason?: string;
    }
    Index

    Properties

    community_id: CommunityId
    hidden: boolean
    reason?: string