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

    Interface JobOutputDetails

    interface JobOutputDetails {
        _links?: RenditionLinks;
        created?: string;
        input?: string;
        modified?: string;
        status?: PhotoshopClient.JobOutputStatus;
    }
    Index

    Properties

    created?: string

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

    input?: string

    the original input href

    modified?: string

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