We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e.g.
type PaymentState = string type PayinState = PaymentState const ( PayinPending PayinState = "PAYIN_PENDING" PayinInitiated PayinState = "PAYIN_INITIATED" PayinSettled PayinState = "PAYIN_SETTLED" ) type PayoutState = PaymentState const ( PayoutWeCancelled PayoutState = "PAYOUT_WE_CANCELLED" PayoutTheyCancelled PayoutState = "PAYOUT_THEY_CANCELLED" )
The text was updated successfully, but these errors were encountered:
fix: value enum bugs (#2300)
1bb1268
fixes value enum type validation const block variants with the same underlying type are correctly associated to their parent enum object fixes #2254
worstell
Successfully merging a pull request may close this issue.
e.g.
The text was updated successfully, but these errors were encountered: