Remove 25 trivial WhatIsThis types
This commit is contained in:
parent
e5e7e8d392
commit
c1730e055f
7 changed files with 26 additions and 34 deletions
4
ts/model-types.d.ts
vendored
4
ts/model-types.d.ts
vendored
|
@ -140,12 +140,12 @@ export type MessageAttributesType = {
|
|||
attachments: Array<WhatIsThis>;
|
||||
preview: Array<WhatIsThis>;
|
||||
sticker: WhatIsThis;
|
||||
sent_at: WhatIsThis;
|
||||
sent_at: number;
|
||||
sent_to: Array<string>;
|
||||
unidentifiedDeliveries: Array<string>;
|
||||
contact: Array<WhatIsThis>;
|
||||
conversationId: string;
|
||||
recipients: Array<WhatIsThis>;
|
||||
recipients: Array<string>;
|
||||
reaction: WhatIsThis;
|
||||
destination?: WhatIsThis;
|
||||
destinationUuid?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue