Add Login class.
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
// vim: set tw=80 ts=2 sw=2 sts=2:
|
||||||
|
|
||||||
|
export class Login {
|
||||||
|
email: string;
|
||||||
|
password: string;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user