adobe-firefly-sdk
    Preparing search index...

    Type Alias FileAssetWritable

    FileAssetWritable: BaseAssetWritable & {
        assetType: string;
        mediaType: string;
        size: number;
    }

    FileAsset

    Represents a file in the system

    Type Declaration

    • assetType: string
    • mediaType: string

      The MIME type of the file

    • size: number

      Size of the file in bytes