Skip to content

Commit

Permalink
fix: remove decs/typeschema reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Aug 21, 2024
1 parent ba2665d commit 3b21a8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ValidationIssue } from '@decs/typeschema';
import type { ValidationIssue } from '@typeschema/core';

export interface ValidationPipeOptions {
exceptionFactory?: (issues: ValidationIssue[]) => Error;
Expand Down

0 comments on commit 3b21a8b

Please sign in to comment.