Skip to content

Commit

Permalink
export the new type
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Oct 1, 2024
1 parent 6456e55 commit 558f38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export {
subscribe,
} from './execute.js';

export type { ExecutionArgs } from './execute.js';
export type { ExecutionArgs, ValidatedExecutionArgs } from './execute.js';

export type {
ExecutionResult,
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ export {

export type {
ExecutionArgs,
ValidatedExecutionArgs,
ExecutionResult,
ExperimentalIncrementalExecutionResults,
InitialIncrementalExecutionResult,
Expand Down

0 comments on commit 558f38b

Please sign in to comment.