This commit is contained in:
delvedor
2019-05-17 09:02:08 -04:00
parent c922661fda
commit 9897ba8831
2 changed files with 0 additions and 4 deletions

View File

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