Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message Composer Extract union type #117

Open
adairrr opened this issue Jun 20, 2023 · 0 comments
Open

Message Composer Extract union type #117

adairrr opened this issue Jun 20, 2023 · 0 comments

Comments

@adairrr
Copy link
Contributor

adairrr commented Jun 20, 2023

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.

@adairrr adairrr changed the title Message Composer Extract Message Composer Extract union type Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant