Interface HideCommunity

interface HideCommunity {
    community_id: number;
    hidden: boolean;
    reason?: string;
}

Properties

community_id: number
hidden: boolean
reason?: string