UNPKG

sadad-gateway

Version:

درگاه پرداخت سداد برای Node.js با پشتیبانی TypeScript

7 lines (6 loc) 171 B
interface VerifyPaymentOptions { token: string; signData: string; } export declare function verifyPayment(options: VerifyPaymentOptions): Promise<any>; export {};