Consider switching many types to interfaces
While ts-proto is primarily a utility, it is well-suited to be used as a library. To support functionality overriding, declaration merging should be supported. There are many types that could be converted to interfaces to support this endeavour.
Hi @oliveryasuna ; do you mean the types that ts-proto generates, like type MyMessage, or the types ts-proto uses internally, like some of the code/types used in src/main.ts?
Hi @oliveryasuna ; do you mean the types that ts-proto generates, like
type MyMessage, or the types ts-proto uses internally, like some of the code/types used insrc/main.ts?
The types that ts-proto uses internally.