Closed jagoral closed 7 months ago
Latest commit: fb8304b1ddc6585fc32a45894b1d72fd2f62fb6a
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
In extensions in
beforeCall
hook, we're able to override theconfiguration
. However it's not possible to add typing for it. Having an IntegrationContext as interface would allow user to use the declaration merging.