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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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;