import { FastifyReply, FastifyRequest } from 'fastify' export async function preHandler(_req: FastifyRequest, _res: FastifyReply) {}