Interface EventSearchInputAllowedFilters

EventSearchInputAllowedFilters

interface EventSearchInputAllowedFilters {
    actingModuleId?: string[];
    actingUserId?: string[];
    eventName?: EventSearchInputAllowedFiltersEventNameEnum[];
    gameserverId?: string[];
    id?: string[];
    moduleId?: string[];
    playerId?: string[];
}

Properties

actingModuleId?: string[]

EventSearchInputAllowedFilters

actingUserId?: string[]

EventSearchInputAllowedFilters

EventSearchInputAllowedFilters

gameserverId?: string[]

EventSearchInputAllowedFilters

id?: string[]

EventSearchInputAllowedFilters

moduleId?: string[]

EventSearchInputAllowedFilters

playerId?: string[]

EventSearchInputAllowedFilters