Interface BannedPersonsResponse

interface BannedPersonsResponse {
    banned: PersonView[];
}

Properties

Properties

banned: PersonView[]