UNPKG

transact-payments

Version:

Node module to do payments using transact.io

10 lines (9 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ITransactJWT = void 0; var ITransactJWT = /** @class */ (function () { function ITransactJWT() { } return ITransactJWT; }()); exports.ITransactJWT = ITransactJWT;