Tag
Tag provides information of a tag.
type Tag = { title: Text | (string & {}) icon?: Icon | (string & {}) }
{ "tag": "Liked", "icon": "heart" }