LinkDetails

Link to a creator’s website, email, or social media account. It is broken down into type and the url
" The type of link "
type: LinkType

" The url for the link "
url: String
 

LinkType Options

enum LinkType {
  INSTAGRAM
  YOUTUBE
  TIKTOK
  PATREON
  KO_FI
  EMAIL
  TWITTER
  MASTODON
  FACEBOOK
  WEBSITE
  MERCH_STORE
  LINKTREE
  TWITCH
  SNAPCHAT
  REDDIT
  DISCORD
  TELEGRAM
  ETSY
  PINTEREST
  TUMBLR
  SPOTIFY
  SOUNDCLOUD
  BANDCAMP
  VIMEO
  WECHAT
  WHATSAPP
}
 
Note: Please read the SSS documentation for LinkDetails . For security reasons, we assume the base_url for most of the LinkTypes above.