Interface ItemSearchInputAllowedFilters

ItemSearchInputAllowedFilters

interface ItemSearchInputAllowedFilters {
    code?: string[];
    gameserverId?: string[];
    id?: string[];
    name?: string[];
}

Properties

code?: string[]

ItemSearchInputAllowedFilters

gameserverId?: string[]

ItemSearchInputAllowedFilters

id?: string[]

ItemSearchInputAllowedFilters

name?: string[]

ItemSearchInputAllowedFilters