More type definitions, with fixed links (hopefully)
This commit is contained in:
@ -66,8 +66,8 @@ interface WatcherGetWatchRequest extends <<RequestBase>> {
|
||||
interface WatcherGetWatchResponse {
|
||||
found: boolean
|
||||
_id: <<Id>>
|
||||
status?: WatcherWatchStatus
|
||||
watch?: WatcherWatch
|
||||
status?: <<WatcherWatchStatus>>
|
||||
watch?: <<WatcherWatch>>
|
||||
_primary_term?: <<integer>>
|
||||
_seq_no?: <<SequenceNumber>>
|
||||
_version?: <<VersionNumber>>
|
||||
|
||||
Reference in New Issue
Block a user