Property 'xy' of type 'z' is not assignable to 'string' index type 'UntypedHandleCall'.
for class properties
#237
Labels
bug
Something isn't working
Implementations of services like:
don't allow any class members other than
[method: string]: grpc_1.UntypedHandleCall;
.I don't see a way around this other than patch-removing that signature, which leaves the issue here:
The best solution to this I've found is patching and as-any'ing it, however very inelegant.
The text was updated successfully, but these errors were encountered: