adobe-firefly-sdk
    Preparing search index...

    Type Alias JobLinkResponse

    type 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.