Skip to content

Commit 558f38b

Browse files
committed
export the new type
1 parent 6456e55 commit 558f38b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/execution/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export {
1010
subscribe,
1111
} from './execute.js';
1212

13-
export type { ExecutionArgs } from './execute.js';
13+
export type { ExecutionArgs, ValidatedExecutionArgs } from './execute.js';
1414

1515
export type {
1616
ExecutionResult,

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ export {
331331

332332
export type {
333333
ExecutionArgs,
334+
ValidatedExecutionArgs,
334335
ExecutionResult,
335336
ExperimentalIncrementalExecutionResults,
336337
InitialIncrementalExecutionResult,

0 commit comments

Comments
 (0)