UNPKG

@test-org122/merchant-iframe

Version:

Mediator iFrame package. This is used to sandbox the connector code away from the running hypernet core.

6 lines 229 B
import { MerchantContext } from "../objects"; export interface IContextProvider { getMerchantContext(): MerchantContext; setMerchantContext(context: MerchantContext): void; } //# sourceMappingURL=IContextProvider.d.ts.map