TLBookmarkAsset
Public typealias
An asset used for URL bookmarks, used by the TLBookmarkShape.
Signature
type TLBookmarkAsset = TLBaseAsset<
'bookmark',
{
title: string
description: string
image: string
src: null | string
}
>
References
Source