mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-01-12 22:46:38 +08:00
elasticsearch: Use Refresh for IndexDocumentParams (#29645)
This commit is contained in:
2
types/elasticsearch/index.d.ts
vendored
2
types/elasticsearch/index.d.ts
vendored
@@ -443,7 +443,7 @@ export interface IndexDocumentParams<T> extends GenericParams {
|
||||
waitForActiveShards?: string;
|
||||
opType?: "index" | "create";
|
||||
parent?: string;
|
||||
refresh?: string;
|
||||
refresh?: Refresh;
|
||||
routing?: string;
|
||||
timeout?: TimeSpan;
|
||||
timestamp?: Date | number;
|
||||
|
||||
Reference in New Issue
Block a user