lemmy-js-client
    Preparing search index...

    Type Alias GetCommunityResponse

    The community response.

    type GetCommunityResponse = {
        community_view: CommunityView;
        discussion_languages: LanguageId[];
        moderators: CommunityModeratorView[];
        site?: Site;
    }
    Index

    Properties

    community_view: CommunityView
    discussion_languages: LanguageId[]
    site?: Site