whoami1337 1 year ago
parent
commit
c87baf4945
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/interfaces/IUsers.ts

+ 1 - 1
src/interfaces/IUsers.ts

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