Skip to content

Instantly share code, notes, and snippets.

@geykel
Created May 24, 2017 16:41
Show Gist options
  • 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