MiddlewareConfig
Settings to be provided in the middleware.config.js file.
type MiddlewareConfig = {
apiOptions: ISbConfig;
unified?: UnifiedConfig;
};Referenced Types
ISbConfig
Settings to be provided in the middleware.config.js file.
type MiddlewareConfig = {
apiOptions: ISbConfig;
unified?: UnifiedConfig;
};ISbConfig