adobe-firefly-sdk
    Preparing search index...

    Type Alias ExecuteCustomScriptResponses

    type ExecuteCustomScriptResponses = {
        "202": { jobId?: string; statusUrl?: string };
    }
    Index

    Properties

    Properties

    "202": { jobId?: string; statusUrl?: string }

    The job has been accepted for processing.

    Type Declaration

    • OptionaljobId?: string

      The job ID.

    • OptionalstatusUrl?: string

      The status URL.