Skip to content

PlatformRouterSettings

@tsed/platform-http

Usage

typescript
import { PlatformRouterSettings } from "@tsed/platform-http";

See /packages/platform/platform-http/src/types/common/config/interfaces/PlatformRouterSettings.ts.

Overview

ts
interface PlatformRouterSettings {
    appendChildrenRoutesFirst?: boolean;
}

appendChildrenRoutesFirst

ts
appendChildrenRoutesFirst?: boolean;

Released under the MIT License.