More authentication
This commit is contained in:
@@ -20,3 +20,8 @@ export interface Migration {
|
||||
name: string;
|
||||
applied_at: DateTime;
|
||||
}
|
||||
|
||||
export interface User {
|
||||
id: number;
|
||||
email: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user