InterruptResponse
Defined in: src/types/interrupt.ts:48
User response to an interrupt.
Properties
Section titled “Properties”interruptId
Section titled “interruptId”interruptId: string;Defined in: src/types/interrupt.ts:52
Unique identifier of the interrupt being responded to.
response
Section titled “response”response: JSONValue;Defined in: src/types/interrupt.ts:57
User’s response to the interrupt.