Interface FunctionSearchInputAllowedFilters

FunctionSearchInputAllowedFilters

interface FunctionSearchInputAllowedFilters {
    id?: string[];
    moduleId?: string[];
    name?: string[];
}

Properties

Properties

id?: string[]

FunctionSearchInputAllowedFilters

moduleId?: string[]

FunctionSearchInputAllowedFilters

name?: string[]

FunctionSearchInputAllowedFilters