Created
July 22, 2019 00:29
-
-
Save ktutnik/084fa560335477eccd74a3f4e43caca1 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 extends Document { | |
| email: string, | |
| name: string, | |
| birthDate: Date | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment