UNPKG

gmopg

Version:

GMO PaymentGateway API client

10 lines (9 loc) 205 B
import { RequestInit } from 'node-fetch'; export interface IConfig { baseUrl?: string; http?: RequestInit; SiteID?: string; SitePass?: string; ShopID?: string; ShopPass?: string; }