improve typing and responses
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
export type UserDto = {
|
||||
id: number
|
||||
email: string
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
type SessionDto = {
|
||||
userEmail: string;
|
||||
}
|
||||
token: string | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user