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'