adobe-firefly-sdk
    Preparing search index...

    Type Alias ManifestJobApiResponse

    ManifestJobApiResponse

    type ManifestJobApiResponse = {
        _links?: JobStatusLink;
        jobId?: string;
        outputs?: ManifestJobStatusOutputDetails[];
    }
    Index

    Properties

    _links?: JobStatusLink
    jobId?: string

    The job ID requested.

    The outputs requested.