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
But what I expect is goals: Array<Goals.AsObject> instead of goalsList: Array<Goals.AsObject>.
Is there a way to stop the plugin doing this "smart" thing?
The text was updated successfully, but these errors were encountered:
From what i understand, the TS generates does not define the API, but rather it generates the definitions matching the underlying generated code by the protobuf compiler.
If I have a proto definite like :
Then the plugin will give me something below:
But what I expect is
goals: Array<Goals.AsObject>
instead ofgoalsList: Array<Goals.AsObject>
.Is there a way to stop the plugin doing this "smart" thing?
The text was updated successfully, but these errors were encountered: