From 77dfe48f12d1648a18e42d1a4c7d820471e77df0 Mon Sep 17 00:00:00 2001 From: Aumin Patel Date: Wed, 14 Oct 2020 12:07:00 +0530 Subject: [PATCH] PREAPPS-5391 : exposing Documents entity from index.ts/entites to be accessed in zm-x-web --- index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.ts b/index.ts index eade0cf7c..014bbf9ff 100644 --- a/index.ts +++ b/index.ts @@ -12,6 +12,7 @@ export { types }; import { Contact, Conversation, + Document, Folder as FolderEntity, Mailbox, MessageInfo, @@ -21,6 +22,7 @@ import { const entities = { Contact, Conversation, + Document, FolderEntity, Mailbox, MessageInfo,