constants banEntryType - wxyz-abcd/node-haxball GitHub Wiki
BanEntryType
These values help understand the type of a ban entry instance inside a room's ban list. Here is its current definition:
const BanEntryType = {
Player: 0,
IP: 1,
Auth: 2
};