@sodazone/ocelloids-client - v3.0.0
    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