UNPKG

nhb-express

Version:

Minimal Express + TypeScript scaffolder with modular structure and flexible stack choices.

11 lines (9 loc) 182 B
import type { DecodedUser } from '@/types/interfaces'; declare global { namespace Express { interface Request { user?: DecodedUser; cloudinary_public_id?: string; } } }