import fastify from 'fastify' declare module 'fastify' { interface FastifyRequest{ roles?: string[], user?: any, token?: string } }