UNPKG

mtl-js-sdk

Version:

ynf-fw-mtl-api

8 lines (5 loc) 111 B
import { Args } from "../.." export interface Pay { alipayPayment(args: Args): void, } export default Pay;