Skip to content

Commit f56d2b3

Browse files
committed
feat(server): reexport ValidationError from @orpc/contract
1 parent 8f101b9 commit f56d2b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ export * from './router'
1818
export * from './router-accessible-lazy'
1919
export * from './router-client'
2020

21-
export { isDefinedError, ORPCError, safe, type } from '@orpc/contract'
21+
export { isDefinedError, ORPCError, safe, type, ValidationError } from '@orpc/contract'

0 commit comments

Comments
 (0)