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