More type definitions, with fixed links (hopefully)

This commit is contained in:
Josh Mock
2024-11-20 13:47:14 -06:00
parent 7a997b3405
commit 70a3ef44bb
296 changed files with 23864 additions and 474 deletions

View File

@ -56,7 +56,7 @@ interface GetRequest extends <<RequestBase>> {
realtime?: boolean
refresh?: boolean
routing?: <<Routing>>
_source?: SearchSourceConfigParam
_source?: <<SearchSourceConfigParam>>
_source_excludes?: <<Fields>>
_source_includes?: <<Fields>>
stored_fields?: <<Fields>>
@ -75,7 +75,7 @@ interface GetRequest extends <<RequestBase>> {
++++
<pre>
++++
type GetResponse<TDocument = unknown> = GetGetResult<TDocument>
type GetResponse<TDocument = unknown> = <<GetGetResult>><TDocument>
[pass]
++++