UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

12 lines 346 B
/** * API Services Barrel Export * Central export point for all API services */ export * from "./auth.api"; export * from "./payment.api"; export * from "./payment.api.wrapper"; export * from "./transaction.api"; export * from "./document.api"; export * from "./distributor.api"; export * from "./loan.api"; //# sourceMappingURL=index.d.ts.map