import type { MessagePartInterface } from "@MailManager/types/message" export interface MediaViewerItem { id: string title: string mime: string size?: number | null meta: { index: number; attachment: MessagePartInterface } }