Directus / @directus/sdk / rest / ServerHealthOutput
Type Alias: ServerHealthOutput ​
ServerHealthOutput:
object
Type declaration ​
checks? ​
optional
checks:object
Index Signature ​
[name
: string
]: Record
<string
, any
>[]
releaseId? ​
optional
releaseId:string
serviceId? ​
optional
serviceId:string
status ​
status:
"ok"
|"warn"
|"error"