Interface Community

interface Community {
    actor_id: string;
    banner?: string;
    deleted: boolean;
    description?: string;
    hidden: boolean;
    icon?: string;
    id: number;
    instance_id: number;
    local: boolean;
    name: string;
    nsfw: boolean;
    posting_restricted_to_mods: boolean;
    published: string;
    removed: boolean;
    title: string;
    updated?: string;
    visibility: CommunityVisibility;
}

Properties

actor_id: string
banner?: string
deleted: boolean
description?: string
hidden: boolean
icon?: string
id: number
instance_id: number
local: boolean
name: string
nsfw: boolean
posting_restricted_to_mods: boolean
published: string
removed: boolean
title: string
updated?: string