From 237f8ae6c29bbf485c312b2fed4d5ab4f99a4eff Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Sat, 20 Dec 2025 14:09:20 +0100 Subject: Map and loading robots --- frontend/src/types/login.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'frontend/src/types/login.ts') diff --git a/frontend/src/types/login.ts b/frontend/src/types/login.ts index 73168be..f0cdd8d 100644 --- a/frontend/src/types/login.ts +++ b/frontend/src/types/login.ts @@ -1,7 +1,7 @@ export type AuthorizedUser = { id: number; email: string; - createdAt: Date; + createdAt: string; }; export type LoginFormData = { @@ -14,8 +14,3 @@ export type LoginResponse = { user: AuthorizedUser; token: string; }; - -export type ErrorResponse = { - message: string; - error?: unknown; -}; -- cgit v1.2.3