From 1e55d2a09976e4383c9f2c9ac16b6d720e1b223e Mon Sep 17 00:00:00 2001 From: delvedor Date: Mon, 22 Jul 2019 12:21:39 +0200 Subject: [PATCH] Ficed duplicated parameter --- api/requestParams.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/requestParams.d.ts b/api/requestParams.d.ts index ed98b9fb7..7b0bd50cf 100644 --- a/api/requestParams.d.ts +++ b/api/requestParams.d.ts @@ -505,8 +505,6 @@ export interface Get extends Generic { _source?: string | string[]; _source_excludes?: string | string[]; _source_includes?: string | string[]; - _source_exclude?: string | string[]; - _source_include?: string | string[]; version?: number; version_type?: 'internal' | 'external' | 'external_gte' | 'force'; }