Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Created April 12, 2019 20:31
Show Gist options
  • Save samueleresca/81f0962bded837d06fb057f04b2a5c73 to your computer and use it in GitHub Desktop.
Save samueleresca/81f0962bded837d06fb057f04b2a5c73 to your computer and use it in GitHub Desktop.
type LyricsInput =
{
Song : string
Artist : string
Genre : string
Lyrics : string
Year: int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment