AssetLoadManyOptions
assets/asset-library.types.ts:54Configuration for AssetLibrary.loadMany. Identical to
AssetLoadOptions but without key — each path in the batch is
stored under its own path, so a single shared key would collide. To assign
friendly keys to several assets, call AssetLibrary.load per asset.
Omit<AssetLoadOptions, 'key'>