extend Maybe type to also include void
This commit is contained in:
parent
6d0eaed426
commit
90b0b07080
@ -1,7 +1,7 @@
|
||||
import { Collection } from "@discordjs/collection"
|
||||
import { GuildScheduledEvent, Role, TextChannel } from "discord.js"
|
||||
|
||||
export type Maybe<T> = T | undefined | null
|
||||
export type Maybe<T> = T | undefined | null | void
|
||||
export interface Player {
|
||||
name: string
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user