From cfa9118e8cd352cd5621a91a8c41b47fa50b5ad4 Mon Sep 17 00:00:00 2001 From: enisdenjo Date: Tue, 14 Jan 2025 09:22:24 +0100 Subject: [PATCH] export type --- src/error/formatError.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/error/formatError.js b/src/error/formatError.js index 869e16f2e0..a0bf06ae4e 100644 --- a/src/error/formatError.js +++ b/src/error/formatError.js @@ -1 +1,2 @@ -export { formatError, GraphQLFormattedError } from './GraphQLError'; +export { formatError } from './GraphQLError'; +export type { GraphQLFormattedError } from './GraphQLError';