Skip to content

Commit 0a0a88e

Browse files
authored
fix(server): re-export missing InitialInputSchema and InitialOutputSchema types (#1682)
1 parent 4e42d6b commit 0a0a88e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/server/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ export type {
5757
ErrorMapItem,
5858
InferSchemaInput,
5959
InferSchemaOutput,
60+
InitialInputSchema,
61+
InitialOutputSchema,
6062
MergedErrorMap,
6163
Meta,
6264
MetaPlugin,

0 commit comments

Comments
 (0)