adobe-firefly-sdk
    Preparing search index...

    Type Alias AssetWritable

    AssetWritable:
        | { assetType: "file" } & FileAssetWritable
        | { assetType: "folder" } & FolderAssetWritable
        | { assetType: "project" } & ProjectAssetWritable

    Represents a generic asset in the system.