Interface TransferCommunity

interface TransferCommunity {
    community_id: number;
    person_id: number;
}

Properties

community_id: number
person_id: number