feat: Added applyUsername function

This commit is contained in:
2023-06-06 13:49:27 +02:00
parent 89027590ca
commit e28d2278cb
8 changed files with 25 additions and 7 deletions

View File

@@ -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,