Skip to content

Instantly share code, notes, and snippets.

@jjant
Created August 22, 2018 23:52
Show Gist options
  • Select an option

  • Save jjant/ca598f3542fcce0eb2dc081b38be0075 to your computer and use it in GitHub Desktop.

Select an option

Save jjant/ca598f3542fcce0eb2dc081b38be0075 to your computer and use it in GitHub Desktop.
type EmployeeFromDb1
= EmployeeFromDb1
{ id : Id
, name : String
, age : Int
, employerId : Id
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment