@loopback/docs
Version:
Documentation for LoopBack 4
28 lines (20 loc) • 651 B
Markdown
lang: en
title: 'API docs: extension-health.healthoptions'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.extension-health.healthoptions.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/extension-health](./extension-health.md) > [HealthOptions](./extension-health.healthoptions.md)
## HealthOptions type
Options for health component
<b>Signature:</b>
```typescript
export declare type HealthOptions = {
disabled?: boolean;
healthPath: string;
readyPath: string;
livePath: string;
};
```