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

    Interface TestToolResponse

    Test tool response

    interface TestToolResponse {
        success: boolean;
        result?: unknown;
        error?: string;
    }
    Index

    Properties

    success: boolean
    result?: unknown
    error?: string