Remove 25 trivial WhatIsThis types
This commit is contained in:
parent
e5e7e8d392
commit
c1730e055f
7 changed files with 26 additions and 34 deletions
|
@ -7,7 +7,6 @@ import PQueue from 'p-queue';
|
|||
import dataInterface from './sql/Client';
|
||||
import {
|
||||
ConversationModelCollectionType,
|
||||
WhatIsThis,
|
||||
ConversationAttributesTypeType,
|
||||
} from './model-types.d';
|
||||
import { SendOptionsType, CallbackResultType } from './textsecure/SendMessage';
|
||||
|
@ -724,7 +723,7 @@ export class ConversationController {
|
|||
|
||||
async prepareForSend(
|
||||
id: string | undefined,
|
||||
options?: WhatIsThis
|
||||
options?: { syncMessage?: boolean; disableMeCheck?: boolean }
|
||||
): Promise<{
|
||||
wrap: (
|
||||
promise: Promise<CallbackResultType | void | null>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue