@musallam/firefly-client
    Preparing search index...

    Interface PublicBinaryOutput

    Represents binary output (e.g., image, mesh, etc.) with pre-signed URL or storage ID.

    interface PublicBinaryOutput {
        url: string;
    }
    Index

    Properties

    Properties

    url: string

    Temporary pre-signed URL to access the output file.