Interface CommandSearchInputAllowedFilters
interface CommandSearchInputAllowedFilters { enabled?: boolean[]; id?: string[]; moduleId?: string[]; name?: string[];} Properties
Optional
enabled
enabled?: boolean[]
Optional
moduleId
moduleId?: string[]
Optional
name
name?: string[]
Export
CommandSearchInputAllowedFilters