+9
-6
src/index.ts
+9
-6
src/index.ts
···
+4
-1
src/lib/types/routes.ts
+4
-1
src/lib/types/routes.ts
···+export type PreHandler = (req: FastifyRequest, reply: FastifyReply, done: HookHandlerDoneFunction) => void;···