({
channelId,
title,
message,
}: {
channelId: string;
title?: string;
message: string;
})
| 29 | open: boolean; |
| 30 | close(): void; |
| 31 | onSend({ |
| 32 | channelId, |
| 33 | title, |
| 34 | message, |
nothing calls this directly
no outgoing calls
no test coverage detected