mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 05:52:05 +00:00
typings: add back accidental removal (#3984)
This commit is contained in:
parent
993411d9fe
commit
5da734c3d4
1 changed files with 1 additions and 1 deletions
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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue