Remove two unused type definitions

This commit is contained in:
Evan Hahn 2021-01-04 12:29:03 -06:00 committed by Scott Nonnenberg
parent 1b5e229f95
commit 031a1fcc3d
2 changed files with 0 additions and 6 deletions

4
ts/model-types.d.ts vendored
View File

@ -24,10 +24,6 @@ import { ConversationModel } from './models/conversations';
import { ProfileNameChangeType } from './util/getStringForProfileChange';
import { CapabilitiesType } from './textsecure/WebAPI';
interface ModelAttributesInterface {
[key: string]: any;
}
export type WhatIsThis = any;
type DeletesAttributesType = {

2
ts/textsecure.d.ts vendored
View File

@ -18,8 +18,6 @@ import utils from './textsecure/Helpers';
import { CallingMessage as CallingMessageClass } from 'ringrtc';
import { WhatIsThis } from './window.d';
type AttachmentType = any;
export type UnprocessedType = {
attempts: number;
decrypted?: string;