NikitaSharapov
Results
2
issues of
NikitaSharapov
I am trying to send NullValue My ts file looks like this: ```typescript export interface FullBootRecord { kind?: | { $case: "empty"; empty: NullValue } | { $case: "data"; data:...
Still maintained?