importtype { UserasUserModel } from"@nodecg/database-adapter-types";
declareglobal {
namespaceExpress {
/**
* This is the idiomatic, intended way of
* adding one's User type to the Request object
* when using Express with Passport.
*/interfaceUserextendsUserModel {
}
}
}