From 4a2d049633b21ac0c6db4fa9d9c69436019e4bc2 Mon Sep 17 00:00:00 2001 From: Ry Racherbaumer Date: Thu, 26 Oct 2023 18:01:59 -0500 Subject: [PATCH] fix: export types --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 196ad7bbc..5acf15919 100644 --- a/src/index.ts +++ b/src/index.ts @@ -112,3 +112,4 @@ export type { GetMessageContentTypeFromClient, ExtractDecodedType, } from './types/client' +export type { ConsentState, ConsentListEntryType } from './Contacts'