UNPKG

geezsms

Version:
8 lines (7 loc) 167 B
interface ArifpayTransferResponse { sessionId: string; url: string; otp: string; transcation: number; } export default ArifpayTransferResponse;