Skip to content

Commit e572053

Browse files
Change TermVectorsRequest.fields from Fields to Field[] (#5084) (#5085)
1 parent 1b8bcbd commit e572053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_global/termvectors/TermVectorsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export interface Request<TDocument> extends RequestBase {
187187
* A list of fields to include in the statistics.
188188
* It is used as the default list unless a specific field list is provided in the `completion_fields` or `fielddata_fields` parameters.
189189
*/
190-
fields?: Fields
190+
fields?: Field[]
191191
/**
192192
* If `true`, the response includes:
193193
*

0 commit comments

Comments
 (0)