UNPKG
geezsms
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
GeezSMS Typscript wrapper.
github.com/GeezSMS-net/typescript-sdk
aquilaict/geez-js-sdk
geezsms
/
lib
/
interface
/
arifpaytransferresponse.d.ts
8 lines
(7 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
ArifpayTransferResponse
{
sessionId
:
string
;
url
:
string
;
otp
:
string
;
transcation
:
number
; }
export
default
ArifpayTransferResponse
;