ContentstackIntegrationContext
Runtime integration context, which includes API client instance, settings, and endpoints that will be passed via middleware server. This interface name is starting with Boilerplate, but you should use your integration name in here.
interface ContentstackIntegrationContext extends IntegrationContext<Stack, MiddlewareConfig, Endpoints> {
config: {
normalizerContext: NormalizerContext;
} & MiddlewareConfig;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
config | Required | { normalizerContext: NormalizerContext; } & MiddlewareConfig |