---
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) &gt; [@loopback/extension-health](./extension-health.md) &gt; [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;
};
```

