Interface PurgeCommunity

interface PurgeCommunity {
    community_id: number;
    reason?: string;
}

Properties

community_id: number
reason?: string