We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The message composer still generates incorrect typings for union arrays.
It should use something like:
CamelCasedProperties< Extract< ExecuteMsg, { propose_modules: unknown } >['propose_modules'] >
for the camelCased signatures.