@caravan/sdk API - v0.0.0
    Preparing search index...

    Interface PendingIntentResult

    interface PendingIntentResult {
        intentId: string;
        status: "pending";
    }
    Index
    intentId: string
    status: "pending"