Beignet API reference
    Preparing search index...

    Type Alias NotificationChannelHandler<Payload, Ctx>

    NotificationChannelHandler: (
        args: NotificationChannelHandleArgs<Payload, Ctx>,
    ) => MaybePromise<NotificationChannelResult | undefined>

    Handler for one notification channel.

    Type Parameters