adobe-firefly-sdk
    Preparing search index...

    Type Alias LrJobApiResponse

    Lightroom Job Status Response

    type LrJobApiResponse = {
        _links?: JobStatusLink;
        created?: string;
        jobId?: string;
        modified?: string;
        outputs?: JobOutputDetails[];
    }
    Index

    Properties

    _links?: JobStatusLink
    created?: string

    Created timestamp of the job.

    jobId?: string

    The job's ID requested.

    modified?: string

    Modified timestamp of the job.

    outputs?: JobOutputDetails[]

    Output parameters for the job.