@valon-technologies/gestalt
    Preparing search index...

    Interface HealthCheckResponse

    HealthCheckResponse reports runtime readiness for a provider surface.

    interface HealthCheckResponse {
        ready: boolean;
        message: string;
    }
    Index

    Properties

    Properties

    ready: boolean
    message: string