UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

8 lines (7 loc) 187 B
export type HealthIndicatorStatus = 'up' | 'down'; export type HealthIndicatorResult = { [key: string]: { status: HealthIndicatorStatus; [key: string]: any; }; };