UNPKG

gapp-payment-method-flow

Version:

Mobile Gapp flow for Payment Method

7 lines (5 loc) 119 B
import type { Method } from 'axios'; export type EndPointType = { endpoint: string; requestType: Method; };