Skip to content

Commit cfa9118

Browse files
committed
export type
1 parent ad5d9e6 commit cfa9118

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/error/formatError.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
export { formatError, GraphQLFormattedError } from './GraphQLError';
1+
export { formatError } from './GraphQLError';
2+
export type { GraphQLFormattedError } from './GraphQLError';

0 commit comments

Comments
 (0)