From f9d37669cf0a5e362093039c1535a96f588a6455 Mon Sep 17 00:00:00 2001 From: Gregor MacLennan Date: Wed, 23 Aug 2023 20:58:43 +0100 Subject: [PATCH] fix: export MapeoDocInternal type This type is not exposed in the public API, but it is needed for internal use in @mapeo/core (checking signatures) --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 4544ea53..6fd175e0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,3 +10,4 @@ export { export * from './schema/index.js' export * from './schemas.js' +export { type MapeoDocInternal } from './types.js'