Beignet API reference
    Preparing search index...

    Type Alias MailNotificationRenderer<Payload, Ctx>

    MailNotificationRenderer: (
        args: NotificationChannelHandleArgs<Payload, Ctx>,
    ) => MaybePromise<SendMailOptions | undefined>

    Render a mail message for one notification payload.

    Type Parameters

    Type Declaration