mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -6,7 +6,7 @@ import { v4 as getGuid } from 'uuid';
|
||||
|
||||
import { getRandomBytes } from '../../Crypto';
|
||||
import AccountManager from '../../textsecure/AccountManager';
|
||||
import { OuterSignedPrekeyType } from '../../textsecure/Types.d';
|
||||
import type { OuterSignedPrekeyType } from '../../textsecure/Types.d';
|
||||
import { UUID } from '../../types/UUID';
|
||||
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
|
||||
Reference in New Issue
Block a user