More authentication

This commit is contained in:
2019-10-07 23:31:51 +02:00
parent 78c35b2ac3
commit 409b8af6a3
17 changed files with 214 additions and 34 deletions

View File

@@ -20,3 +20,8 @@ export interface Migration {
name: string;
applied_at: DateTime;
}
export interface User {
id: number;
email: string;
}