@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
32 lines (21 loc) • 878 B
Markdown
lang: en
title: 'API docs: health.healthtags'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/extensions/health
permalink: /doc/en/lb4/apidocs.health.healthtags.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/health](./health.md) > [HealthTags](./health.healthtags.md)
## HealthTags namespace
Binding tags for health related services
<b>Signature:</b>
```typescript
export declare namespace HealthTags
```
## Variables
| Variable | Description |
| --- | --- |
| [LIVE\_CHECK](./health.healthtags.live_check.md) | Binding tag for liveness check functions |
| [READY\_CHECK](./health.healthtags.ready_check.md) | Binding tag for readiness check functions |