Vana SDK - v0.1.0
    Preparing search index...

    Interface StatusInfo

    Status information

    interface StatusInfo {
        healthy: boolean;
        message?: string;
        lastCheck: number;
        details?: Record<string, unknown>;
    }
    Index

    Properties

    healthy: boolean

    Whether the service is healthy

    message?: string

    Status message

    lastCheck: number

    Last check timestamp

    details?: Record<string, unknown>

    Additional status details