adobe-firefly-sdk
    Preparing search index...

    Type Alias SubmitApiResponse

    Response returned when a job is successfully submitted.

    type SubmitApiResponse = {
        jobId?: string;
        statusUrl?: string;
    }
    Index

    Properties

    Properties

    jobId?: string
    statusUrl?: string