Home > @vue-storefront/core > MiddlewareConfig
MiddlewareConfig interface
Signature:
export interface MiddlewareConfig
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| helmet? | boolean | Readonly<HelmetOptions> | (Optional) | |
| integrations | Record<string, Integration> |