type AssetLibraryEntries = | AssetLibraryEntry[] | ((currentAssetLibraryEntries, context) => AssetLibraryEntry[]);Represents a collection of asset library entries, which can be either a static array or a dynamic function.
type AssetLibraryEntries = | AssetLibraryEntry[] | ((currentAssetLibraryEntries, context) => AssetLibraryEntry[]);Represents a collection of asset library entries, which can be either a static array or a dynamic function.