bitloops-language icon indicating copy to clipboard operation
bitloops-language copied to clipboard

Integration Event transpiled types

Open Varagos opened this issue 2 years ago • 0 comments

The transpiled integration event uses [key:string]: any and as a result is not type safe. We should probably use a generic type (dynamic for each version) to make the payload of each version typed, when used by the users .

Varagos avatar May 25 '23 09:05 Varagos