UNPKG
gapp-payment-method-flow
Version:
latest (3.0.0-beta)
3.0.0-beta
2.0.0-beta
Mobile Gapp flow for Payment Method
gapp-payment-method-flow
/
src
/
shared
/
types
/
endpoint.types.ts
7 lines
(5 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
type
{
Method
}
from
'axios'
;
export
type
EndPointType
= {
endpoint
:
string
;
requestType
:
Method
; };