Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgur committed Nov 13, 2024
1 parent e94830f commit 20d63c2
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 94 deletions.
2 changes: 2 additions & 0 deletions packages/sdks/core-js-sdk/src/sdk/flow/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ type JSONSerializable =
| boolean
| null
| Array<JSONSerializable>;

export type FlowInput = Record<string, JSONSerializable>;
Loading

0 comments on commit 20d63c2

Please sign in to comment.