Prefer import type
when importing types
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { AvatarDataType } from '../types/Avatar';
|
||||
import type { AvatarDataType } from '../types/Avatar';
|
||||
|
||||
export function isSameAvatarData(
|
||||
a?: AvatarDataType,
|
||||
|
Reference in New Issue
Block a user