From ec84cb2bbadd9e4c97b5def52b3912c941d9ef56 Mon Sep 17 00:00:00 2001 From: Augusto Zanetti Date: Fri, 26 Mar 2021 12:03:02 -0300 Subject: [PATCH] fix: export SchemaType --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index eb2bb28..afe7f9b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ export { default as SchemaRegistry } from './SchemaRegistry' export * from './utils' +export { SchemaType } from './@types' export { COMPATIBILITY } from './constants'