🚀 Feature Proposal
Export the generic types defined in https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/typescript.html (specially the SearchResponse<T>)
Motivation
This way people won't have to reimplement these types every time.
Example
The exact same documentation example, but we would only have to define the Source type.
🚀 Feature Proposal
Export the generic types defined in https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/typescript.html (specially the
SearchResponse<T>)Motivation
This way people won't have to reimplement these types every time.
Example
The exact same documentation example, but we would only have to define the
Sourcetype.