Interface ModBanFromCommunity

interface ModBanFromCommunity {
    banned: boolean;
    community_id: number;
    expires?: string;
    id: number;
    mod_person_id: number;
    other_person_id: number;
    reason?: string;
    when_: string;
}

Properties

banned: boolean
community_id: number
expires?: string
id: number
mod_person_id: number
other_person_id: number
reason?: string
when_: string