PlatformFastifyPluginTypes
@tsed/platform-fastify
Usage
typescript
import { PlatformFastifyPluginTypes } from "@tsed/platform/platform-fastify/src/interfaces/interfaces";See /packages/platform/platform-fastify/src/interfaces/interfaces.ts.
Overview
ts
type PlatformFastifyPluginTypes = ((opts?: any) => any) | string;