Interface HookSearchInputAllowedFilters

HookSearchInputAllowedFilters

interface HookSearchInputAllowedFilters {
    eventType?: HookSearchInputAllowedFiltersEventTypeEnum[];
    id?: string[];
    moduleId?: string[];
    name?: string[];
}

Properties

HookSearchInputAllowedFilters

id?: string[]

HookSearchInputAllowedFilters

moduleId?: string[]

HookSearchInputAllowedFilters

name?: string[]

HookSearchInputAllowedFilters