mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03: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<
|
[K in keyof Omit<
|
||||||
T,
|
T,
|
||||||
'client' | 'createdAt' | 'createdTimestamp' | 'id' | 'partial' | 'fetch'
|
'client' | 'createdAt' | 'createdTimestamp' | 'id' | 'partial' | 'fetch' | O
|
||||||
>]: // tslint:disable-next-line:ban-types
|
>]: // tslint:disable-next-line:ban-types
|
||||||
T[K] extends Function ? T[K] : T[K] | null;
|
T[K] extends Function ? T[K] : T[K] | null;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user