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.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/client/api/types.ts b/src/client/api/types.ts
index eaf69eb..70918fe 100644
--- a/src/client/api/types.ts
+++ b/src/client/api/types.ts
@@ -1,14 +1,3 @@
-export interface User {
- id: string;
- username: string;
-}
-
-export interface AuthResponse {
- accessToken: string;
- refreshToken: string;
- user: User;
-}
-
export interface ApiError {
error: {
message: string;