adobe-firefly-sdk
    Preparing search index...

    Type Alias OutputAsset

    The URL where the output assets are to be posted after the job is processed.

    type OutputAsset = {
        destination: { storageType?: "Azure" | "Dropbox" | "AWS"; url: string };
        source: string;
    }
    Index

    Properties

    Properties

    destination: { storageType?: "Azure" | "Dropbox" | "AWS"; url: string }

    Type Declaration

    • OptionalstorageType?: "Azure" | "Dropbox" | "AWS"

      This is an optional parameter, however IT IS RECOMMENDED to provide this information.

    • url: string

      The URL of the asset.

    source: string

    This provides a path relative of the output where the resource would be generated. It cannot go up using '..' or '/'. Should be a valid file name.