Skip to content

Commit 0e6682a

Browse files
alanjcharlesAlan Charles
and
Alan Charles
authored
chore: adding JsonMap to Context (#297)
Co-authored-by: Alan Charles <[email protected]>
1 parent 640aa73 commit 0e6682a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/bridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export interface Context extends JsonMap {
4545

4646
export type Options = {
4747
integrations?: Integrations
48-
context?: Context
48+
context?: Context | JsonMap
4949
} & JsonMap
5050

5151
export interface Bridge {

0 commit comments

Comments
 (0)