hyperweb-io / hyperweb-io/ts-codegen
Message Composer Extract union type
Open
- Dominant language
- TypeScript
- Stars
- 126
- Forks
- 31
- Avg merge
- 19m
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.