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

    Interface JobOutput

    A single output entry from the job.

    interface JobOutput {
        image: PublicBinaryOutput;
        seed: number;
    }
    Index

    Properties

    Properties

    The generated output image.

    seed: number

    Random seed used for generation.