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

    Interface SenseiJobApiResponse

    interface SenseiJobApiResponse {
        _links?: JobStatusLink;
        created?: string;
        errors?: JobError;
        jobId?: string;
        modified?: string;
        output?: SenseiOutputDetails;
        status?: PhotoshopClient.JobStatus;
    }
    Index

    Properties

    _links?: JobStatusLink
    created?: string

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

    errors?: JobError
    jobId?: string

    The job ID requested.

    modified?: string

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