Skip to content

PathOrStaticsOptions

@tsed/platform-http

Usage

typescript
import { PathOrStaticsOptions } from "@tsed/platform/platform-http/src/types/common/config/interfaces/PlatformStaticsSettings";

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

Overview

ts
type PathOrStaticsOptions = string | PlatformStaticsOptions;

Released under the MIT License.