You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there were a thousand interfaces with the id field, and one day you wanted to change only the id type of User to number, you would then have to change id: User["id"] in each interface. So compared to the given solution, the code would be less maintainable.
.....
The text was updated successfully, but these errors were encountered: