Interface BanSearchInputAllowedFilters

BanSearchInputAllowedFilters

interface BanSearchInputAllowedFilters {
    gameServerId?: string[];
    id?: string[];
    isGlobal?: boolean[];
    playerId?: string[];
    takaroManaged?: boolean[];
}

Properties

gameServerId?: string[]

BanSearchInputAllowedFilters

id?: string[]

BanSearchInputAllowedFilters

isGlobal?: boolean[]

BanSearchInputAllowedFilters

playerId?: string[]

BanSearchInputAllowedFilters

takaroManaged?: boolean[]

BanSearchInputAllowedFilters