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

    Interface LrJobApiResponse

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

    Properties

    _links?: JobStatusLink
    created?: string

    Created timestamp of the job (YYYY-DD-MMThh:mm:ss.mmmmmZ) (epoch?)

    jobId?: string

    the job's id requested (tbd. different case from Sensei?)

    modified?: string

    Modified timestamp of the job (YYYY-DD-MMThh:mm:ss.mmmmmZ) (epoch?)

    outputs?: JobOutputDetails[]

    output parameters for the job