hyperweb-io / hyperweb-io/ts-codegen

Message Composer Extract union type

Open
#117 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.