Commit c08da15
authored
fix(sdk): export SerdesContext type in index.ts (#423)
*Issue #, if available:*
N/A
*Description of changes:*
When implementing the `Serdes` interface, it was annoying to declare the
type of the `context` parameter on the `serialize` and `deserialize`
functions without an easily importable reference to `SerdesContext`.
This change addresses that by just adding `SerdesContext` to the exports
in the `packages/aws-durable-execution-sdk-js/src/index.ts` file.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.1 parent 6005729 commit c08da15
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments