Skip to content

Instantly share code, notes, and snippets.

@geykel
Created May 24, 2017 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geykel/d08919cb0e28aad987f424ab870da735 to your computer and use it in GitHub Desktop.
Save geykel/d08919cb0e28aad987f424ab870da735 to your computer and use it in GitHub Desktop.
export class UserModel {
email: string;
password: string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment