type AssetEntryId = | "ly.img.templates" | "ly.img.upload" | "ly.img.image" | "ly.img.video" | "ly.img.audio" | "ly.img.text" | "ly.img.vector.shape" | "ly.img.sticker" | "ly.img.colors" | "ly.img.typefaces" | "ly.img.pagePresets" | "ly.img.cropPresets" | "ly.img.library.captionPresets" | "ly.img.animations" | "ly.img.textAnimations" | string & object;Asset library entry IDs that can be used with asset library APIs. Includes built-in entry IDs registered by the SDK, and allows custom entry IDs.