@edgible-team/sdk
    Preparing search index...

    Interface HealthStatus

    Shape emitted by the backend health handler (GET /health).

    interface HealthStatus {
        service: string;
        status: "healthy";
        timestamp: string;
        version: string;
    }
    Index

    Properties

    service: string
    status: "healthy"
    timestamp: string

    ISO timestamp.

    version: string