Alokai

MiddlewareConfig

Settings to be provided in the middleware.config.js file.

type MiddlewareConfig$1 = {
  unified?: UnifiedConfig;
} & Pick<MiddlewareConfig, "api" | "OAuth">;

Referenced Types

On this page