Open
Description
protobuf.js version: 6.8.0
I am really surprised that in a library targeting Javascript there is no support for the most important wellknown-types: Struct and Value.
Those types have been specifically designed to allow the best javascript interop.
Struct is mapping to a generic JSON object
Value is mapping to typescript 'any' value
Is this by-design or is it just an oversight?