79444242

Date: 2025-02-17 02:00:52
Score: 1
Natty:
Report link
import { auth } from "firebase-admin";

declare module 'fastify' {
  export interface FastifyRequest {
    user: auth.DecodedIdToken
  }
}

You must export the modified interface thus merging the namespaced module definition for FastifyRequest.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Th3Ward3n