Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ses): fix ThirdPartyStaticModuleInterface type
The `proxiedExports` param to the `execute` function cannot be `Object`, which is the literal `Object`. It must be _some_ kind of `Object`, however, and `Record<PropertyKey, any>` is about as loose as I could think of.
- Loading branch information