ISPO SDK
    Preparing search index...

    Interface FilesResultEnvelope

    Markdown

    Worker → host → caller files envelope (§25). Worker published via files.publish/files.save; the caller receives refs, not store access.

    interface FilesResultEnvelope {
        kind: "files";
        refs: FilesResultRef[];
    }
    Index
    kind: "files"