Interface BulkBanResponse

interface BulkBanResponse {
    bannedUsers: string[];
    failedUsers: string[];
}

Properties

bannedUsers: string[]

The users that were successfully banned.

failedUsers: string[]

The users that could not be banned.