Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // an example of a model in TypeScript
  2.  
  3. class User {
  4.     username: string;
  5.     password: string;
  6.     email: string;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement