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

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;