import type { EncryptedWire } from './EncryptedWire'; export type AttachParams = { password: EncryptedWire | null; guid: string; kiosk: boolean; };