adobe-firefly-sdk
    Preparing search index...

    Type Alias RestBaseSourceUrl

    type RestBaseSourceUrl = {
        filename?: string;
        url: string;
    }
    Index

    Properties

    Properties

    filename?: string

    Filename override. If unset, the service will try to detect the filename from the content disposition header, then the URL itself.

    url: string

    URL to fetch content from.