Interface ModTransferCommunity

interface ModTransferCommunity {
    community_id: number;
    id: number;
    mod_person_id: number;
    other_person_id: number;
    when_: string;
}

Properties

community_id: number
id: number
mod_person_id: number
other_person_id: number
when_: string