UNPKG

cashbill

Version:

A TypeScript library for making payments through CashBill gateway.

6 lines (5 loc) 123 B
export interface Config { shopId: string; secretPhrase: string; } export declare type ConfigGetter = () => Config;