Skip to content

InterruptResponse

Defined in: src/types/interrupt.ts:48

User response to an interrupt.

interruptId: string;

Defined in: src/types/interrupt.ts:52

Unique identifier of the interrupt being responded to.


response: JSONValue;

Defined in: src/types/interrupt.ts:57

User’s response to the interrupt.