thesayyn / protoc-gen-ts

Compile protocol buffer messages to TypeScript.
MIT License
360 stars 74 forks source link

fromPartial method returns an error,'Argument type {} is not assignable to parameter type I' #210

Closed zsp419 closed 1 year ago

zsp419 commented 1 year ago

With the tool's automatically generated code, the fromPartial method returns an error, as shown below

image,

here is my protofile code image

please help me!