Interface BlockCommunity

interface BlockCommunity {
    block: boolean;
    community_id: number;
}

Properties

Properties

block: boolean
community_id: number