Beignet API reference
    Preparing search index...

    Interface HealthCheckResult

    Health check result returned by health handlers.

    interface HealthCheckResult {
        details?: Record<string, { message?: string; ok: boolean }>;
        ok: boolean;
    }
    Index

    Properties

    Properties

    details?: Record<string, { message?: string; ok: boolean }>

    Optional per-dependency health details.

    ok: boolean

    Whether the app is healthy.