Interface AutocompleteOptionsFromMethodDirectiveParameters<Value>

interface AutocompleteOptionsFromMethodDirectiveParameters<Value = any> {
    search?: null | Value;
}

Type Parameters

  • Value = any

Properties

Properties

search?: null | Value