adobe-firefly-sdk
    Preparing search index...

    Type Alias OutputImageDetails

    type OutputImageDetails = {
        destination: UrlResource;
        mediaType: "image/jpeg" | "image/png";
    }
    Index

    Properties

    destination: UrlResource

    Details of the location where the output image is located.

    mediaType: "image/jpeg" | "image/png"

    Media type of the output image.