Interface VariableSearchInputAllowedFilters

VariableSearchInputAllowedFilters

interface VariableSearchInputAllowedFilters {
    gameServerId?: string[];
    id?: string[];
    key?: string[];
    moduleId?: string[];
    playerId?: string[];
}

Properties

gameServerId?: string[]

VariableSearchInputAllowedFilters

id?: string[]

VariableSearchInputAllowedFilters

key?: string[]

VariableSearchInputAllowedFilters

moduleId?: string[]

VariableSearchInputAllowedFilters

playerId?: string[]

VariableSearchInputAllowedFilters