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