AssetLoadOptions
assets/asset-library.types.ts:21Per-load configuration for AssetLibrary.load.
Every field is optional; load(path) with no options stores the asset
under the path itself, in the DEFAULT_ASSET_NAMESPACE, with its
type inferred from the path's extension. Override individual fields as
needed.
{ key?: string; namespace?: string; type?: AssetType }