diff --git a/daily-thought-frontend/src/types/user.ts b/daily-thought-frontend/src/types/user.ts
new file mode 100644
index 0000000000000000000000000000000000000000..6b94ff10477e5bf00d86e636b0fd06898cb10e39
--- /dev/null
+++ b/daily-thought-frontend/src/types/user.ts
@@ -0,0 +1,5 @@
+export type User = {
+  Name: string;
+  Username: string;
+  Avatar: string;
+}
\ No newline at end of file