# PlatformExpressSettings Interface

Module
import { PlatformExpressSettings } from "@tsed/common"
Source/packages/common/src/platform-express/interfaces/PlatformExpressSettings.ts

# Overview

interface PlatformExpressSettings {
    /**
     * Global configuration for the Express.Router. See express [documentation](http://expressjs.com/en/api.html#express.router).
     */
    router: PlatformExpressRouterSettings;
}

# Members

Global configuration for the Express.Router. See express documentation.