lemmy-js-client
    Preparing search index...

    Type Alias CommunityResponse

    A simple community response.

    type CommunityResponse = {
        community_view: CommunityView;
        discussion_languages: LanguageId[];
    }
    Index

    Properties

    community_view: CommunityView
    discussion_languages: LanguageId[]