UNPKG

@atomixdesign/nodepay-ezidebit

Version:

Nodepay strategy for the Ezidebit payment gateway.

5 lines (4 loc) 173 B
import { IBaseResponse } from '@atomixdesign/nodepay-core/build/network'; export interface IEzidebitAPIResponse extends IBaseResponse { data: Record<string, unknown>; }