protobuf-ts-types allows you to define protocol buffer message types in proto format and infer TypeScript types from them without additional code generation. It uses TypeScript's template literal types for type inference, making it a proof of concept and not yet production ready. Important limitations include no support for services, RPCs, oneof, map fields, and imports.
Sort: