@sodazone/ocelloids-client - v2.5.2
    Preparing search index...

    Type Alias HealthResponse

    The server health response.

    type HealthResponse = {
        status: string;
        statusCode: number;
        uptime: number;
    }
    Index

    Properties

    status: string
    statusCode: number
    uptime: number