mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
processDataMessage,
|
||||
ATTACHMENT_MAX,
|
||||
} from '../textsecure/processDataMessage';
|
||||
import { ProcessedAttachment } from '../textsecure/Types.d';
|
||||
import type { ProcessedAttachment } from '../textsecure/Types.d';
|
||||
import { SignalService as Proto } from '../protobuf';
|
||||
|
||||
const FLAGS = Proto.DataMessage.Flags;
|
||||
|
||||
Reference in New Issue
Block a user