mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 14:21:05 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { compact } from 'lodash';
|
||||
import { ConversationAttributesType } from '../model-types.d';
|
||||
import type { ConversationAttributesType } from '../model-types.d';
|
||||
import { isDirectConversation } from './whatTypeOfConversation';
|
||||
|
||||
export function getConversationMembers(
|
||||
|
||||
Reference in New Issue
Block a user