mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-29 00:51:29 +08:00
Rename "refressh" in CreateDocumentParams
Rename "refressh" to "refresh" in CreateDocumentParams
This commit is contained in:
2
elasticsearch/elasticsearch.d.ts
vendored
2
elasticsearch/elasticsearch.d.ts
vendored
@@ -109,7 +109,7 @@ declare module Elasticsearch {
|
||||
export interface CreateDocumentParams extends GenericParams {
|
||||
consistency?: "one" | "quorum" | "all";
|
||||
parent?: string;
|
||||
refressh?: boolean;
|
||||
refresh?: boolean;
|
||||
routing?: string;
|
||||
timeout?: number | Date;
|
||||
timestamp?: number | Date;
|
||||
|
||||
Reference in New Issue
Block a user