UNPKG

@mnpay/golomt

Version:
4 lines (3 loc) 202 B
import { RequestHandler } from 'express'; import { NotificationPayload } from '../types'; export declare const onNotification: (callback: (notification: NotificationPayload) => void) => RequestHandler;