Upgrade TypeScript to the latest version, v4.1.3

This commit is contained in:
Evan Hahn 2020-12-18 11:09:31 -06:00 committed by Scott Nonnenberg
parent 38ab92da5d
commit dd0ea6b3fe
10 changed files with 94 additions and 88 deletions

View file

@ -41,7 +41,7 @@ export type PropsData = {
lastUpdated?: number;
unreadCount?: number;
markedUnread?: boolean;
isSelected: boolean;
isSelected?: boolean;
acceptedMessageRequest?: boolean;
draftPreview?: string;