diff --git a/backend/types/types.d.ts b/backend/types/types.d.ts index 88e6dfc67..3bd54fa7a 100644 --- a/backend/types/types.d.ts +++ b/backend/types/types.d.ts @@ -52,7 +52,6 @@ declare namespace MonkeyTypes { // Data Model interface User { - // TODO, Complete the typings for the user model addedAt: number; verified?: boolean; bananas?: number;