beyers-luno
Results
1
issues of
beyers-luno
Reference: https://protobuf.dev/reference/java/api-docs/com/google/protobuf/DescriptorProtos.FieldOptions.JSType Hi! In my proto file I have: ``` int64 foobar = 3 [jstype = JS_STRING]; ``` In my generated ts file I get: ``` foobar: number; ``` Using...