TypesAssetTypeOn this pageAssetTypeThe AssetType type represents the types of assets that can be loaded and used in the game.Definitiontype AssetType = HTMLImageElement | HTMLAudioElement;Allowed TypesHTMLImageElement: Represents an image asset.HTMLAudioElement: Represents an audio asset.