Created
October 17, 2020 20:55
-
-
Save lakshyabatman/11f9cddf0aaad12375f0114872346c29 to your computer and use it in GitHub Desktop.
User entity
This file contains 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 UserEntity { | |
name: String; | |
age: Number; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment