We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49efb43 commit 6edf9b6Copy full SHA for 6edf9b6
src/index.ts
@@ -59,7 +59,7 @@ export interface IElasticModelConfig {
59
idField?: string;
60
apiVersion?: string;
61
excludedFields?: string[];
62
- clientConfig: ConfigOptions;
+ clientConfig?: ConfigOptions;
63
}
64
65
export class ElasticModel<T extends Item> {
0 commit comments