UNPKG

hp-app-bundle-sdk

Version:

A comprehensive SDK for building mini-applications.

8 lines 559 B
import type { MiniAppModule } from "../../core"; import { PaymentManager } from "./PaymentManager"; import { DEFAULT_PAYMENT_CONFIG } from "./config"; import type { PaymentConfig, PaymentRequest, PaymentResult, PaymentVerification, IPaymentModule } from "./types"; export declare const PaymentModule: MiniAppModule<IPaymentModule, PaymentConfig>; export type { PaymentConfig, IPaymentModule as PaymentModuleInterface, PaymentRequest, PaymentResult, PaymentVerification, }; export { PaymentManager, DEFAULT_PAYMENT_CONFIG }; //# sourceMappingURL=index.d.ts.map