An asset used for URL bookmarks, used by the TLBookmarkShape.

type TLBookmarkAsset = TLBaseAsset<
  'bookmark',
  {
    description: string
    favicon: string
    image: string
    src: null | string
    title: string
  }
>
TLBindingUpdateTLBookmarkShape