Skip to content

Commit

Permalink
add expect error
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Sep 2, 2024
1 parent c36f923 commit 6180c01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/common/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ export * from "./transport/jsonRpc/index.js";
export * from "./transport/socketIo/index.js";

// Schemas
// @ts-expect-error expected error until schemas are gnerated
export { default as routesArgumentsSchema } from "./validation/schemas/routesArguments.schema.js";
// @ts-expect-error expected error until schemas are gnerated
export { default as routesReturnSchema } from "./validation/schemas/routesReturn.schema.js";
// @ts-expect-error expected error until schemas are gnerated
export { default as subscriptionsArgumentsSchema } from "./validation/schemas/subscriptionsArguments.schema.js";

0 comments on commit 6180c01

Please sign in to comment.