mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
typings(GuildAuditLogsFetchOptions): specify concrete type of 'type' property (#3586)
This commit is contained in:
Vendored
+1
-1
@@ -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