mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Prefer import type when importing types
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { assert } from '../util/assert';
|
||||
import * as log from '../logging/log';
|
||||
|
||||
import { StorageInterface } from '../types/Storage.d';
|
||||
import type { StorageInterface } from '../types/Storage.d';
|
||||
|
||||
export class OurProfileKeyService {
|
||||
private getPromise: undefined | Promise<undefined | Uint8Array>;
|
||||
|
||||
Reference in New Issue
Block a user