@gtsc/api-models
Advanced tools
Comparing version 0.0.3-next.60 to 0.0.3-next.61
/** | ||
* The health status of the component. | ||
*/ | ||
export type HealthStatus = "ok" | "warning" | "error"; | ||
export declare const HealthStatus: { | ||
/** | ||
* OK. | ||
*/ | ||
readonly Ok: "ok"; | ||
/** | ||
* Warning. | ||
*/ | ||
readonly Warning: "warning"; | ||
/** | ||
* Error. | ||
*/ | ||
readonly Error: "error"; | ||
}; | ||
/** | ||
* The health status of the component. | ||
*/ | ||
export type HealthStatus = (typeof HealthStatus)[keyof typeof HealthStatus]; |
@@ -47,1 +47,5 @@ # @gtsc/api-models | ||
- [HealthStatus](type-aliases/HealthStatus.md) | ||
## Variables | ||
- [HealthStatus](variables/HealthStatus.md) |
# Type alias: HealthStatus | ||
> **HealthStatus**: `"ok"` \| `"warning"` \| `"error"` | ||
> **HealthStatus**: *typeof* [`HealthStatus`](../variables/HealthStatus.md)\[keyof *typeof* [`HealthStatus`](../variables/HealthStatus.md)\] | ||
The health status of the component. |
{ | ||
"name": "@gtsc/api-models", | ||
"version": "0.0.3-next.60", | ||
"version": "0.0.3-next.61", | ||
"description": "Contains models and classes for use with APIs", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61335
84
859