Argument of type 'Request' is not assignable to parameter of type #109
Answered
by
kevinmichaelchen
kevinmichaelchen
asked this question in
Q&A
-
I'm somewhat new to Typescript... I'm running into a compiler error when trying to invoke a unary method on a client.
The ts-proto options I'm using are here. |
Beta Was this translation helpful? Give feedback.
Answered by
kevinmichaelchen
Apr 1, 2022
Replies: 1 comment
-
Oh, I realized I was missing the https://github.com/deeplay-io/nice-grpc/tree/master/packages/nice-grpc#using-ts-proto Updated my ts-proto options and now everything builds with no compiler errors. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kevinmichaelchen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, I realized I was missing the
useExactTypes=false
ts-proto option here:https://github.com/deeplay-io/nice-grpc/tree/master/packages/nice-grpc#using-ts-proto
Updated my ts-proto options and now everything builds with no compiler errors.