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:
@@ -5,11 +5,9 @@ import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
|
||||
import { IMAGE_GIF, IMAGE_PNG } from '../../types/MIME';
|
||||
import { MessageAttributesType } from '../../model-types.d';
|
||||
import type { MessageAttributesType } from '../../model-types.d';
|
||||
import type { Avatar, Email, Phone } from '../../types/EmbeddedContact';
|
||||
import {
|
||||
Avatar,
|
||||
Email,
|
||||
Phone,
|
||||
_validate,
|
||||
embeddedContactSelector,
|
||||
getName,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
import { assert } from 'chai';
|
||||
|
||||
import * as Message from '../../../types/message/initializeAttachmentMetadata';
|
||||
import { IncomingMessage } from '../../../types/Message';
|
||||
import type { IncomingMessage } from '../../../types/Message';
|
||||
import { SignalService } from '../../../protobuf';
|
||||
import * as MIME from '../../../types/MIME';
|
||||
import * as Bytes from '../../../Bytes';
|
||||
|
||||
Reference in New Issue
Block a user