UNPKG
sadad-gateway
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
درگاه پرداخت سداد برای Node.js با پشتیبانی TypeScript
sadad-gateway
/
dist
/
verifyPayment.d.ts
7 lines
(6 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
VerifyPaymentOptions
{
token
:
string
;
signData
:
string
; }
export
declare
function
verifyPayment
(
options
:
VerifyPaymentOptions
):
Promise
<
any
>;
export
{};