File tree 1 file changed +2
-2
lines changed
specification/indices/put_template 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
import { Alias } from '@indices/_types/Alias'
21
21
import { Dictionary } from '@spec_utils/Dictionary'
22
- import { UserDefinedValue } from '@spec_utils/UserDefinedValue'
23
22
import { RequestBase } from '@_types/Base'
24
23
import { IndexName , Name , VersionNumber } from '@_types/common'
25
24
import { TypeMapping } from '@_types/mapping/TypeMapping'
26
25
import { integer } from '@_types/Numeric'
27
26
import { Duration } from '@_types/Time'
27
+ import { IndexSettings } from '@indices/_types/IndexSettings'
28
28
29
29
/**
30
30
* Creates or updates an index template.
@@ -85,7 +85,7 @@ export interface Request extends RequestBase {
85
85
/**
86
86
* Configuration options for the index.
87
87
*/
88
- settings ?: Dictionary < string , UserDefinedValue >
88
+ settings ?: IndexSettings
89
89
/**
90
90
* Version number used to manage index templates externally. This number
91
91
* is not automatically generated by Elasticsearch.
You can’t perform that action at this time.
0 commit comments