MiddlewareConfig
Integration settings to be provided in the middleware.config.js file.
type MiddlewareConfig = CommonContentClientConfig & ConfigV1OrConfigV2<ConfigV1 | ConfigV2> & {
unified?: UnifiedConfig;
};Referenced Types
CommonContentClientConfig