From d9feb5bf390e328fbf972589830fe68f8a5f6ba7 Mon Sep 17 00:00:00 2001 From: Joanna Zakrzewska <816004+Silhoue@users.noreply.github.com> Date: Tue, 9 Jul 2024 00:59:44 +0200 Subject: [PATCH] feat: export allowed resources error types (#1962) --- lib/types/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/types/index.ts b/lib/types/index.ts index 25bfb08944..351289d8d0 100644 --- a/lib/types/index.ts +++ b/lib/types/index.ts @@ -118,6 +118,8 @@ export type { UniqueValidationError, UnknownValidationError, ValidationError, + AllowedResourceValidationError, + AllowedResourcesValidationError, } from './validation-error' export type { WindowAPI } from './window.types'