From f1e55189f41a2c4cbbcff418ea379b1516930f25 Mon Sep 17 00:00:00 2001 From: Telanflow Date: Sun, 7 Jan 2024 23:26:04 +0800 Subject: [PATCH] export AsyncValidationError --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 574e128..3dbda4b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -26,6 +26,7 @@ import { } from './interface'; export * from './interface'; +export { AsyncValidationError } from './util'; /** * Encapsulates a validation schema.