UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

9 lines 226 B
/** * Document API Service * Document upload and management APIs */ /** * Upload document to common endpoint */ export declare const uploadDocument: (file: File) => Promise<any>; //# sourceMappingURL=document.api.d.ts.map