Skip to main content
Version: 11.x

Interface: FastifyTRPCPluginOptions<TRouter>

Type parameters

Parameter
TRouter extends AnyTRPCRouter

Properties

prefix

optional prefix: string

Source

packages/server/src/adapters/fastify/fastifyTRPCPlugin.ts:22


trpcOptions

trpcOptions: FastifyHandlerOptions< TRouter, FastifyRequest< RouteGenericInterface, RawServerDefault, IncomingMessage, FastifySchema, FastifyTypeProviderDefault, unknown, FastifyBaseLogger, ResolveFastifyRequestType< FastifyTypeProviderDefault, FastifySchema, RouteGenericInterface > >, FastifyReply< RawServerDefault, IncomingMessage, ServerResponse< IncomingMessage >, RouteGenericInterface, unknown, FastifySchema, FastifyTypeProviderDefault, unknown > >

Source

packages/server/src/adapters/fastify/fastifyTRPCPlugin.ts:24


useWSS

optional useWSS: boolean

Source

packages/server/src/adapters/fastify/fastifyTRPCPlugin.ts:23


Generated using TypeDoc and typedoc-plugin-markdown