interface IUser {
  id: number | string;
  username: string;
  email: string;
  provider: string;