Takaro - v0.4.9
    Preparing search index...

    Interface HookSearchInputAllowedFilters

    HookSearchInputAllowedFilters

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

    Properties

    HookSearchInputAllowedFilters

    id?: string[]

    HookSearchInputAllowedFilters

    moduleId?: string[]

    HookSearchInputAllowedFilters

    name?: string[]

    HookSearchInputAllowedFilters

    versionId?: string[]

    HookSearchInputAllowedFilters