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

    Interface ManifestJobApiResponse

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

    Properties

    _links?: JobStatusLink
    jobId?: string

    The job ID requested.

    The outputs requested.