mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
import { noop } from 'lodash';
|
||||
import { StoredJob } from '../../jobs/types';
|
||||
import type { StoredJob } from '../../jobs/types';
|
||||
|
||||
import { JobQueueDatabaseStore } from '../../jobs/JobQueueDatabaseStore';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user