extend maybe type
This commit is contained in:
parent
b01700df6c
commit
3494a6ea14
@ -1,7 +1,7 @@
|
||||
import { Collection } from "@discordjs/collection"
|
||||
import { Role } from "discord.js"
|
||||
|
||||
export type Maybe<T> = T | undefined
|
||||
export type Maybe<T> = T | undefined | null
|
||||
export interface Player {
|
||||
name: string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user