ISPO SDK
    Preparing search index...

    Interface FilesResultRef

    Markdown

    One published Files ref returned by the worker. The host resolves it and verifies the backing files.file record was produced BY the worker (ownerProjectId), so a files result cannot smuggle another project's artifact. publicId is the stable producer key; path is display-only.

    interface FilesResultRef {
        path?: string;
        publicId: string;
    }
    Index
    path?: string
    publicId: string