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