Skip to content

PlatformStaticsSettings

@tsed/platform-http

Usage

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

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

Overview

ts
interface PlatformStaticsSettings {
    [endpoint: string]: PathOrStaticsOptions | PathOrStaticsOptions[];
}

[endpoint: string]

ts
[endpoint: string]: PathOrStaticsOptions | PathOrStaticsOptions[];

Released under the MIT License.