mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
import * as durations from '../util/durations';
|
||||
import type { LoggerType } from '../types/Logging';
|
||||
import { exponentialBackoffMaxAttempts } from '../util/exponentialBackoff';
|
||||
import type { SyncType } from './helpers/readAndViewSyncHelpers';
|
||||
import {
|
||||
SyncType,
|
||||
parseRawSyncDataArray,
|
||||
runReadOrViewSyncJob,
|
||||
} from './helpers/readAndViewSyncHelpers';
|
||||
|
||||
Reference in New Issue
Block a user