Skip to content

Instantly share code, notes, and snippets.

@FruitieX
Created March 22, 2018 18:07
Show Gist options
  • Save FruitieX/8f248946ef255dc45ddeabc3ba5cf31d to your computer and use it in GitHub Desktop.
Save FruitieX/8f248946ef255dc45ddeabc3ba5cf31d to your computer and use it in GitHub Desktop.
type SearchResult =
{ videoId :: String
, title :: String
, channelTitle :: String
, thumbnail :: String
, description :: String
}
type SearchResults = Array SearchResult
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment