Skip to content

Commit c868746

Browse files
committed
export the *Input types as used in GH sim
1 parent 34ecabd commit c868746

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/foundation/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ type SimulationHandlerFunctions = (
4747
export type SimulationHandlers = Record<string, SimulationHandlerFunctions>;
4848
export type {
4949
ExtendSimulationActions,
50+
ExtendSimulationActionsInput,
5051
ExtendSimulationSelectors,
52+
ExtendSimulationSelectorsInput,
5153
ExtendSimulationSchema,
54+
ExtendSimulationSchemaInput,
5255
SimulationStore,
5356
Document,
5457
};

0 commit comments

Comments
 (0)