ISPO SDK
    Preparing search index...

    Interface JsonResultEnvelope

    Markdown

    Worker → host → caller json envelope (§25). Read-only/ephemeral structured output: the caller receives validated data and NO durable write is implied.

    interface JsonResultEnvelope {
        data: unknown;
        kind: "json";
    }
    Index
    data: unknown
    kind: "json"