import type { ErrorResponse } from './ErrorResponse'; import type { InvalidNonStateReference } from './InvalidNonStateReference'; export type InvalidStateReference = (ErrorResponse & { targetStateId?: string; inboundInvalidNonStateReferences?: Array; inboundInvalidStateReferences?: Array; outboundInvalidStateReferences?: Array; errorType?: string; });