adobe-firefly-sdk
    Preparing search index...

    Type Alias JobStatusResponse

    type JobStatusResponse = {
        results: { [key: string]: unknown };
        status: JobStatus;
    }
    Index

    Properties

    Properties

    results: { [key: string]: unknown }

    The results of the job if completed.

    status: JobStatus