- Notifications
You must be signed in to change notification settings - Fork142
Makemeta property optional#76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Update to v2.0.0 after potentially-breaking change to type definitions
Ah, sorry, I now see that this has been addressed before. I'll respectfully leave the PR open, because I think the interface definition for an "optional" property (as spec'ed in the docs) should allow the total omission of the property, if the user so desires. Forcing the presence of a property whose value is |
@linguamachina thank you for the PR. What do you think of the discussion in#53? To me it seems this question has a lot of back and forth... I'm not a daily TS user so I'm not sure what the best course going forward is. |
Closing in favour of#94. |
This PR corrects the interface definition for
FluxStandardAction, making themetaproperty optional.