(
notification?: z.infer<typeof interruptSchema>["notification"],
)
| 222 | } |
| 223 | |
| 224 | static general( |
| 225 | notification?: z.infer<typeof interruptSchema>["notification"], |
| 226 | ) { |
| 227 | return new Interrupt("general", notification); |
| 228 | } |
| 229 | } |
nothing calls this directly
no outgoing calls
no test coverage detected