Skip to content

PlatformBuilderSettings

@tsed/platform-http

Usage

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

See /packages/platform/platform-http/src/types/common/services/PlatformAdapter.ts.

Overview

ts
interface PlatformBuilderSettings<App = TsED.Application> extends Partial<TsED.Configuration> {
    adapter?: Type<PlatformAdapter<App>>;
}

adapter

ts
adapter?: Type<PlatformAdapter<App>>;

Released under the MIT License.