Alokai

StoryblokIntegrationContext

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 StoryblokIntegrationContext extends IntegrationContext<StoryblokClient, MiddlewareConfig, Endpoints> {
	config: {
    normalizerContext: NormalizerContext;
  } & MiddlewareConfig;
	extendApi: Endpoints;
}

Properties

NameRequiredTypeDescription
configRequired{ normalizerContext: NormalizerContext; } & MiddlewareConfig
extendApiRequiredEndpoints

Referenced Types

On this page