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
Class Interceptor in forEach loop don't have type for key property. It breaks type checking for tsc compiler.
In description you have string type for key.
But in implementation you don't have types for these values.
So you can add type for this loop according to description.
Class



InterceptorinforEachloop don't have type for key property. It breaks type checking for tsc compiler.In description you have
stringtype forkey.But in implementation you don't have types for these values.
So you can add type for this loop according to description.