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
interfaceUpdateArray{$updateArrayById: string;}exportfunctionmyUpdate<T>(object: T,spec: Spec<T,CustomCommands<UpdateArray>>){// Type instantiation is excessively deep and possibly infinite. ts(2589)returnupdate(object,spec);}
The text was updated successfully, but these errors were encountered:
exportfunctionmyUpdate<T>(object: T,spec: Spec<T,CustomCommands<UpdateArray>>){// Type instantiation is excessively deep and possibly infinite. ts(2589)returnupdate<T,CustomCommands<UpdateArray>>(object,spec);}
The text was updated successfully, but these errors were encountered: