UNPKG

@lomray/microservice-payment-stripe

Version:

Stripe payment microservice based on NodeJS & inverted json.

4 lines (3 loc) 114 B
import TCurrency from "./currency.js"; type TBalance = Record<TCurrency, number>; export { TBalance as default };