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