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

    Interface JobLinkResponse

    interface JobLinkResponse {
        jobId: string;
        statusUrl: string;
    }
    Index

    Properties

    Properties

    jobId: string

    The job ID for the asynchronous job.

    statusUrl: string

    The URL to check the status of the asynchronous job.