import { ComKey, LocKeyArray, PriKey } from '@fjell/types'; import type { ErrorInfo } from '../errors/ActionError'; export interface OperationContext { itemType: string; operationType: ErrorInfo['operation']['type']; operationName: string; params: Record; key?: PriKey | ComKey; locations?: LocKeyArray; }