Interface PlayerSearchInputAllowedFilters

PlayerSearchInputAllowedFilters

interface PlayerSearchInputAllowedFilters {
    epicOnlineServicesId?: string[];
    id?: string[];
    name?: string[];
    roleId?: string[];
    steamCommunityBanned?: boolean[];
    steamId?: string[];
    steamVacBanned?: boolean[];
    xboxLiveId?: string[];
}

Properties

epicOnlineServicesId?: string[]

PlayerSearchInputAllowedFilters

id?: string[]

PlayerSearchInputAllowedFilters

name?: string[]

PlayerSearchInputAllowedFilters

roleId?: string[]

PlayerSearchInputAllowedFilters

steamCommunityBanned?: boolean[]

PlayerSearchInputAllowedFilters

steamId?: string[]

PlayerSearchInputAllowedFilters

steamVacBanned?: boolean[]

PlayerSearchInputAllowedFilters

xboxLiveId?: string[]

PlayerSearchInputAllowedFilters