UNPKG

@nodecg/types

Version:

Dynamic broadcast graphics rendered in a browser

13 lines (12 loc) 350 B
import type { User as UserModel } from "@nodecg/database-adapter-types"; declare global { namespace Express { /** * This is the idiomatic, intended way of * adding one's User type to the Request object * when using Express with Passport. */ interface User extends UserModel { } } }