UNPKG

connect-sdk-nodejs

Version:

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

8 lines (7 loc) 263 B
import { InMemorySecretKeyStore } from "./types"; import { V1WebhooksFactory } from "../../v1/model/webhooks"; export interface Webhooks { readonly v1: V1WebhooksFactory; readonly inMemorySecretKeyStore: InMemorySecretKeyStore; } export * from "./types";