@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 597 B
Markdown
lang: en
title: 'API docs: extension-health.healthconfig'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.extension-health.healthconfig.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/extension-health](./extension-health.md) > [HealthConfig](./extension-health.healthconfig.md)
## HealthConfig type
Configuration for health component with optional properties
<b>Signature:</b>
```typescript
export declare type HealthConfig = Partial<HealthOptions>;
```