mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-04 07:05:26 +01:00
Prefer import type when importing types
This commit is contained in:
@@ -6,7 +6,7 @@ import { blobToArrayBuffer } from 'blob-util';
|
||||
import * as log from '../logging/log';
|
||||
import { makeVideoScreenshot } from '../types/VisualAttachment';
|
||||
import { IMAGE_PNG, stringToMIMEType } from '../types/MIME';
|
||||
import { InMemoryAttachmentDraftType } from '../types/Attachment';
|
||||
import type { InMemoryAttachmentDraftType } from '../types/Attachment';
|
||||
import { fileToBytes } from './fileToBytes';
|
||||
|
||||
export async function handleVideoAttachment(
|
||||
|
||||
Reference in New Issue
Block a user