mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 03:18:17 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
|
||||
import { strictAssert } from '../util/assert';
|
||||
|
||||
import { UUID, UUIDStringType } from './UUID';
|
||||
import type { UUIDStringType } from './UUID';
|
||||
import { UUID } from './UUID';
|
||||
|
||||
export type AddressStringType = `${UUIDStringType}.${number}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user