Skip to content

PlatformFastifyPluginSettings

@tsed/platform-fastify

Usage

typescript
import { PlatformFastifyPluginSettings } from "@tsed/platform/platform-fastify/src/types/interfaces/interfaces";

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

Overview

ts
type PlatformFastifyPluginSettings = PlatformFastifyPluginTypes | PlatformFastifyPluginLoadingOptions | any;

Released under the MIT License.