You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know there is currently only support for use_proto_field_name that preserves the field names.
We are not breaking any conventions (in .proto files) and are using pascal case in .proto files for rpc names.
But we do use snake case in our typescript code base, and ideally generated methods for .client.ts would also be.
The text was updated successfully, but these errors were encountered:
As far as I know there is currently only support for
use_proto_field_name
that preserves the field names.We are not breaking any conventions (in .proto files) and are using pascal case in .proto files for rpc names.
But we do use snake case in our typescript code base, and ideally generated methods for .client.ts would also be.
The text was updated successfully, but these errors were encountered: