Skip to content

Commit 3bb7098

Browse files
committed
refactor: remove unused LoginResponse interface
1 parent 86ff735 commit 3bb7098

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/interface.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,6 @@ export interface ErrorResponse {
8383
message: string;
8484
}
8585

86-
export interface DecryptedLoginResponse {
87-
token: string;
88-
user: {
89-
email: string;
90-
id: string;
91-
};
92-
}
93-
9486
export interface IUpcomingPaper extends mongo.Document {
9587
subject: string;
9688
slots: string[];

0 commit comments

Comments
 (0)