(handler: (ctx: string, e: MessageUpdatedEvent) => void)
| 353 | }); |
| 354 | } |
| 355 | |
| 356 | // ── Typed event subscriptions ───────────────────────────────────────────── |
| 357 | |
| 358 | on<N extends KiloChatEventName>( |
| 359 | event: N, |
| 360 | handler: (ctx: string, payload: KiloChatEventOf<N>) => void |
no test coverage detected