UNPKG

connect-sdk-nodejs

Version:

SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API

6 lines (5 loc) 138 B
import { APIError } from "./definitions"; export interface ErrorResponse { errorId?: string | null; errors?: APIError[] | null; }