@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
26 lines (17 loc) • 711 B
Markdown
lang: en
title: 'API docs: health.healthconfig'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/health
permalink: /doc/en/lb4/apidocs.health.healthconfig.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/health](./health.md) > [HealthConfig](./health.healthconfig.md)
## HealthConfig type
Configuration for health component with optional properties
**Signature:**
```typescript
export type HealthConfig = Partial<HealthOptions>;
```
**References:** [HealthOptions](./health.healthoptions.md)