mirror of
https://github.com/danbulant/discord.js
synced 2026-06-05 15:51:31 +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;
|
before?: Snowflake | GuildAuditLogsEntry;
|
||||||
limit?: number;
|
limit?: number;
|
||||||
user?: UserResolvable;
|
user?: UserResolvable;
|
||||||
type?: string | number;
|
type?: GuildAuditLogsAction | number;
|
||||||
}
|
}
|
||||||
|
|
||||||
type GuildAuditLogsTarget = keyof GuildAuditLogsTargets;
|
type GuildAuditLogsTarget = keyof GuildAuditLogsTargets;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue