UNPKG

gapp-checkout

Version:

Mobile Gapp flow for Checkout

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