UNPKG

connect-sdk-nodejs

Version:

SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API

7 lines (6 loc) 167 B
import { SdkContext } from "./types"; import { V1Client } from "../v1/model"; export interface Client { readonly v1: V1Client; readonly context: SdkContext; }