Add Login class.

This commit is contained in:
Alexis Lahouze 2017-08-01 23:53:27 +02:00
parent beac7c6eaa
commit cdbaf58253
1 changed files with 6 additions and 0 deletions

6
src/login/login.ts Normal file
View File

@ -0,0 +1,6 @@
// vim: set tw=80 ts=2 sw=2 sts=2:
export class Login {
email: string;
password: string;
}