Interface ItemSearchInputAllowedFilters
interface ItemSearchInputAllowedFilters { code?: string[]; gameserverId?: string[]; id?: string[]; name?: string[];} Properties
Optional
code
code?: string[]
Optional
gameserverId
gameserverId?: string[]
Optional
name
name?: string[]
Export
ItemSearchInputAllowedFilters