@cpod/sdk - v0.2.7
    Preparing search index...

    Interface TestConnectionResponse

    Test connection response

    interface TestConnectionResponse {
        success: boolean;
        message?: string;
        latency_ms?: number;
    }
    Index

    Properties

    success: boolean
    message?: string
    latency_ms?: number