mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
typings: add back accidental removal (#3984)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -2783,7 +2783,7 @@ declare module 'discord.js' {
|
||||
} & {
|
||||
[K in keyof Omit<
|
||||
T,
|
||||
'client' | 'createdAt' | 'createdTimestamp' | 'id' | 'partial' | 'fetch'
|
||||
'client' | 'createdAt' | 'createdTimestamp' | 'id' | 'partial' | 'fetch' | O
|
||||
>]: // tslint:disable-next-line:ban-types
|
||||
T[K] extends Function ? T[K] : T[K] | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user