diff --git a/ts/window.d.ts b/ts/window.d.ts index 5236e57d1..eff55fa56 100644 --- a/ts/window.d.ts +++ b/ts/window.d.ts @@ -523,8 +523,6 @@ export type WhisperType = { Message: typeof MessageModel; MessageCollection: typeof MessageModelCollectionType; - GroupMemberConversation: WhatIsThis; - deliveryReceiptQueue: PQueue; deliveryReceiptBatcher: BatcherType; events: Backbone.Events;