IntegrationContext
Runtime integration context, which includes API client instance, settings, and endpoints that will be passed via middleware server.
interface IntegrationContext$1 extends IntegrationContext<Client, ContextMiddlewareConfig, Endpoints> {
}