ISPO SDK
    Preparing search index...

    Interface AssetsResultEnvelope

    Markdown

    Worker → host → caller assets envelope (§25). Each ref is an assets:// ref the host resolves and verifies originated with the worker.

    interface AssetsResultEnvelope {
        kind: "assets";
        refs: string[];
    }
    Index
    kind: "assets"
    refs: string[]