Interface RemoveCommunity

interface RemoveCommunity {
    community_id: number;
    reason?: string;
    removed: boolean;
}

Properties

community_id: number
reason?: string
removed: boolean