UNPKG

cashbill

Version:

A TypeScript library for making payments through CashBill gateway.

8 lines (6 loc) 163 B
import { NotificationCommand } from '../enums/notification.cmd' export interface NotificationRequest { cmd: NotificationCommand args: string sign: string }