function readInterruptBinding(descriptor): InterruptBinding | undefined;Defined in: packages/ai/src/interrupt-resume.ts:927
Read the opened resume binding off a descriptor, or undefined when the descriptor carries no binding of a version we understand.
undefined means "this interrupt is not ours to resume" — it is not a failure to recover from by inventing a binding.
Interrupt
InterruptBinding | undefined