adobe-firefly-sdk
    Preparing search index...

    Type Alias SubmitCustomScriptResponses

    type SubmitCustomScriptResponses = {
        "202": { capability?: string; url?: string; version?: string };
    }
    Index

    Properties

    Properties

    "202": { capability?: string; url?: string; version?: string }

    Status of a job execution.

    Type Declaration

    • Optionalcapability?: string

      The name of the custom script, as specified in the custom script manifest.

    • Optionalurl?: string

      The URL to submit an execution request for the custom script.

    • Optionalversion?: string

      The version of the custom script, as specified in the custom script manifest.