mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
typings(GuildAuditLogsFetchOptions): specify concrete type of 'type' property (#3586)
This commit is contained in:
parent
d39f17925d
commit
cbde819b6a
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -2222,7 +2222,7 @@ declare module 'discord.js' {
|
|||
before?: Snowflake | GuildAuditLogsEntry;
|
||||
limit?: number;
|
||||
user?: UserResolvable;
|
||||
type?: string | number;
|
||||
type?: GuildAuditLogsAction | number;
|
||||
}
|
||||
|
||||
type GuildAuditLogsTarget = keyof GuildAuditLogsTargets;
|
||||
|
|
|
|||
Loading…
Reference in a new issue