Created
August 22, 2018 23:52
-
-
Save jjant/ca598f3542fcce0eb2dc081b38be0075 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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