adobe-firefly-sdk
    Preparing search index...

    Type Alias StorageDetails

    StorageDetails

    File on Adobe's cloud or an external service (like AWS S3, Azure, Dropbox).

    type StorageDetails = {
        href: string;
        storage: StorageType;
    }
    Index

    Properties

    Properties

    href: string

    Pre-signed GET URL for the source asset.

    storage: StorageType