import type { Controls } from '../common/controls.types.js'; export type BlackoutError = Error & { code: string; developerMessage?: string; exception?: Record; moreInformation?: string; status?: number; name?: string; transportLayerErrorCode?: string; } & Controls;