Index: app/lib/definitions.ts
===================================================================
--- app/lib/definitions.ts	(revision 836ca43414017c66c3911fc193616a05fda1fc8b)
+++ app/lib/definitions.ts	(revision 2893f8d750f6a7f00ad4b7558f197889a69077e4)
@@ -3,6 +3,6 @@
 
 export type User = {
-  id: string;
-  name: string;
+  user_id: number;
+  user_name: string;
   email: string;
   password: string;
