Created
July 9, 2017 11:24
-
-
Save Armenvardanyan95/ba1bc6421f0a1067636193e6430e5c92 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
| interface User { | |
| fullname: string; | |
| age: number; | |
| createdDate: string | Date; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment