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 = {