(
notification?: z.infer<typeof interruptSchema>["notification"],
)
| 216 | } |
| 217 | |
| 218 | static approval( |
| 219 | notification?: z.infer<typeof interruptSchema>["notification"], |
| 220 | ) { |
| 221 | return new Interrupt("approval", notification); |
| 222 | } |
| 223 | |
| 224 | static general( |
| 225 | notification?: z.infer<typeof interruptSchema>["notification"], |
no outgoing calls