whoami1337 1 rok pred
rodič
commit
c87baf4945
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;