Skip to content

PlatformFastifyPluginTypes

@tsed/platform-fastify

Usage

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

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

Overview

ts
type PlatformFastifyPluginTypes = ((opts?: any) => any) |  string;

Released under the MIT License.