Remove two unused type definitions
This commit is contained in:
parent
1b5e229f95
commit
031a1fcc3d
2 changed files with 0 additions and 6 deletions
4
ts/model-types.d.ts
vendored
4
ts/model-types.d.ts
vendored
|
@ -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
2
ts/textsecure.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue