Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

SapccIntegrationContext

Runtime integration context, which includes API client instance, settings, and endpoints that will be passed via middleware server.

export interface SapccIntegrationContext extends IntegrationContext<AxiosInstance, ApiClientSettings, Endpoints> {

}

Referenced Types

On this page