interface FlagProviderStatus

Status reported by a flag provider.

Properties

readonly
healthy: boolean

Whether the provider is healthy.

readonly
optional
detail: string

Optional human-readable detail.

Usage

import { type FlagProviderStatus } from "feature-flags-plugin/src/index.ts";