Interface ModHideCommunity

interface ModHideCommunity {
    community_id: number;
    hidden: boolean;
    id: number;
    mod_person_id: number;
    reason?: string;
    when_: string;
}

Properties

community_id: number
hidden: boolean
id: number
mod_person_id: number
reason?: string
when_: string