type TLUiAssetUrls = TLEditorAssetUrls & {
  embedIcons: Record<(typeof EMBED_DEFINITIONS)[number]['type'], string>
  icons: Record<Exclude<string, TLUiIconType> | TLUiIconType, string>
  translations: Record<(typeof LANGUAGES)[number]['locale'], string>
}
TLUiAssetUrlOverridesTLUiEventContextType