interface IHealthApi
Since 0.1.0

Health check registration surface.

Methods

register(
name: string,
): void

Registers a health indicator.

Usage

import { type IHealthApi } from "common/src/index.ts";