Interface DeleteCommunity

interface DeleteCommunity {
    community_id: number;
    deleted: boolean;
}

Properties

community_id: number
deleted: boolean