aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/client/api/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/api/types.ts')
-rw-r--r--src/client/api/types.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/api/types.ts b/src/client/api/types.ts
index 1ba3624..d5df182 100644
--- a/src/client/api/types.ts
+++ b/src/client/api/types.ts
@@ -9,10 +9,6 @@ export interface AuthResponse {
user: User;
}
-export interface RegisterResponse {
- user: User;
-}
-
export interface ApiError {
error: string;
code?: string;