feat: Added applyUsername function
This commit is contained in:
5
webv2/types/global.d.ts
vendored
5
webv2/types/global.d.ts
vendored
@@ -1,9 +1,12 @@
|
||||
import { Document } from 'mongoose'
|
||||
|
||||
export {}
|
||||
|
||||
declare global {
|
||||
interface IUser {
|
||||
interface IUser extends Document {
|
||||
_id: string,
|
||||
username: string,
|
||||
usernameType: string,
|
||||
discord: {
|
||||
id: string,
|
||||
username: string,
|
||||
|
Reference in New Issue
Block a user