Skip to content

PlatformStaticsOptions

@tsed/platform-http

Usage

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

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

Overview

ts
interface PlatformStaticsOptions extends TsED.StaticsOptions {
    root: string;
    [key: string]: any;
}

root

ts
root: string;

[key: string]

ts
[key: string]: any;

Released under the MIT License.