This commit is contained in:
delvedor
2019-05-17 09:02:37 -04:00
parent 30c3afe150
commit a83cf7b26f
2 changed files with 0 additions and 4 deletions

View File

@ -520,8 +520,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';
}