mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
typings(GuildAuditLogsFetchOptions): specify concrete type of 'type' property (#3586)
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user