Skip to content

Instantly share code, notes, and snippets.

@lakshyabatman
Created October 17, 2020 20:55
Show Gist options
  • Save lakshyabatman/11f9cddf0aaad12375f0114872346c29 to your computer and use it in GitHub Desktop.
Save lakshyabatman/11f9cddf0aaad12375f0114872346c29 to your computer and use it in GitHub Desktop.
User entity
interface UserEntity {
name: String;
age: Number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment