UNPKG

yoomoney-sdk

Version:

⭐ Typed YooMoney Wallet SDK for NodeJS. Supported API's: Auth, Wallet & Notifications

13 lines (11 loc) 213 B
/* istanbul ignore file */ export type AnyRecord = Record<string, any>; export type CardType = | "VISA" | "Mastercard" | "AmericanExpress" | "JCB" | "Mir" | "UnionPay" | "DinersClub" | "Unknown";