Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Properties

Properties

default: (req: FastifyRequest<RouteGenericInterface, Server, IncomingMessage, unknown>, res: FastifyReply<Server, IncomingMessage, ServerResponse, RouteGenericInterface, unknown>, done: (err?: any) => void) => Promise<void>

Type declaration

    • (req: FastifyRequest<RouteGenericInterface, Server, IncomingMessage, unknown>, res: FastifyReply<Server, IncomingMessage, ServerResponse, RouteGenericInterface, unknown>, done: (err?: any) => void): Promise<void>
    • Parameters

      • req: FastifyRequest<RouteGenericInterface, Server, IncomingMessage, unknown>
      • res: FastifyReply<Server, IncomingMessage, ServerResponse, RouteGenericInterface, unknown>
      • done: (err?: any) => void
          • (err?: any): void
          • Parameters

            • Optional err: any

            Returns void

      Returns Promise<void>

Generated using TypeDoc