Alokai

SmarteditIntegrationContext

Runtime integration context, which includes API client instance, settings, and endpoints that will be passed via middleware server. This interface name is starting with Smartedit, but you should use your integration name in here.

interface SmarteditIntegrationContext extends IntegrationContext<AxiosInstance, MiddlewareConfig$1, Endpoints$1> {
	config: {
    normalizerContext: NormalizerContext;
  } & MiddlewareConfig$1;
}

Properties

NameRequiredTypeDescription
configRequired{ normalizerContext: NormalizerContext; } & MiddlewareConfig$1

Referenced Types

On this page