Skip to content

PlatformFastifyPluginLoadingOptions

@tsed/platform-fastify

Usage

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

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

Overview

ts
type PlatformFastifyPluginLoadingOptions = {
    env?: Env;
    use: PlatformFastifyPluginTypes;
    options?: FastifyRegisterOptions<FastifyPluginOptions>;
};

env

ts
env?: Env;

use

ts
use: PlatformFastifyPluginTypes;

options

ts
options?: FastifyRegisterOptions<FastifyPluginOptions>;

Released under the MIT License.