Alokai

MiddlewareConfig

Integration settings to be provided in the middleware.config.js file.

type MiddlewareConfig = {
  unified?: UnifiedConfig;
} & CommonContentClientConfig & ConfigV1OrConfigV2<ConfigV1 | ConfigV2>;

Referenced Types

  • CommonContentClientConfig

On this page