Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gtsc/api-models

Package Overview
Dependencies
Maintainers
0
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gtsc/api-models - npm Package Compare versions

Comparing version 0.0.3-next.60 to 0.0.3-next.61

docs/reference/variables/HealthStatus.md

19

dist/types/models/services/healthStatus.d.ts
/**
* 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)

2

docs/reference/type-aliases/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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc