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
But in my code I might be not interested in file argument, for example. While all args are required I must still define them and get TS errors for defined and not used variables.
Could you please make these args optional like this:
In
interface.d.ts
in these methods all the arguments are required:But in my code I might be not interested in
file
argument, for example. While all args are required I must still define them and get TS errors for defined and not used variables.Could you please make these args optional like this:
The text was updated successfully, but these errors were encountered: