Open adairrr opened 1 year ago
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.
The message composer still generates incorrect typings for union arrays.
It should use something like:
for the camelCased signatures.