whoami1337 hace 1 año
padre
commit
c87baf4945
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     name: string;
     email: string;