Skip to content

PlatformFastifySettings

@tsed/platform-fastify

Usage

typescript
import { PlatformFastifySettings } from "@tsed/platform-fastify";

See /packages/platform/platform-fastify/src/types/interfaces/PlatformFastifySettings.ts.

Overview

ts
interface PlatformFastifySettings {
    app?: FastifyInstance;
}

app

ts
app?: FastifyInstance;

Released under the MIT License.