@@ -1,4 +1,4 @@
-export interface User {
+export interface IQFUser {
id: number;
name: string;
email: string;