Remove unused GroupMemberConversation type declaration

This commit is contained in:
Evan Hahn
2022-06-03 15:51:43 +00:00
committed by GitHub
parent d753fe8fcb
commit d61b68279b

2
ts/window.d.ts vendored
View File

@@ -523,8 +523,6 @@ export type WhisperType = {
Message: typeof MessageModel;
MessageCollection: typeof MessageModelCollectionType;
GroupMemberConversation: WhatIsThis;
deliveryReceiptQueue: PQueue;
deliveryReceiptBatcher: BatcherType<Receipt>;
events: Backbone.Events;