score:0

you could extend the interface instead

interface myusertype extends firebase.user {
  mycustomproperty?: string;
}

Related Query

More Query from same tag