UNPKG

yoomoney-sdk

Version:

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

3 lines (2 loc) 167 B
export type AnyRecord = Record<string, any>; export type CardType = "VISA" | "Mastercard" | "AmericanExpress" | "JCB" | "Mir" | "UnionPay" | "DinersClub" | "Unknown";