feat: Added team creation, closes #22
This commit is contained in:
9
webv2/types/global.d.ts
vendored
9
webv2/types/global.d.ts
vendored
@@ -31,4 +31,13 @@ declare global {
|
||||
connected: boolean,
|
||||
code: string
|
||||
}
|
||||
|
||||
interface ITeam {
|
||||
_id: string,
|
||||
name: string,
|
||||
color: string,
|
||||
amount: number,
|
||||
textChannelId: string,
|
||||
voiceChannelId: string
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user