UNPKG

yoomoney-sdk

Version:

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

21 lines (20 loc) 662 B
export { API as YMApi, API, YMApiError, YMApiVoidResponseError } from "./api"; export * from "./api.types"; export { Auth as YMAuth, Auth, YMAuthError, AuthScope } from "./auth"; export { NotificationChecker as YMNotificationChecker, NotificationChecker, type NotificationDTO as YMNotificationDTO, type NotificationDTO, YMNotificationError } from "./notifications"; export { type FormConfig as YMFormConfig, type FormConfig, PaymentType as YMFormPaymentType, PaymentType as FormPaymentType, PaymentType, PaymentFormBuilder as YMPaymentFormBuilder, PaymentFormBuilder as PaymentFormBuilder, QuickPayForm } from "./payment-form-builder";