Index: app/lib/definitions.ts
===================================================================
--- app/lib/definitions.ts	(revision f6e08aa946e602196c9decbd482f94df2ed451ae)
+++ app/lib/definitions.ts	(revision 4082b1cfa7422def4102b35066dad9ee51a696aa)
@@ -3,6 +3,6 @@
 
 export type User = {
-  id: string;
-  name: string;
+  user_id: string;
+  user_name: string;
   email: string;
   password: string;
