anotherchudov

Results 1 comments of anotherchudov

Hello, We would like to generate types from protobuf definition that would look like this: ``` export type RequiredObject = { absolutelyRequired: string; }; export type Request = { obj:...