mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
types(Interaction): allow Interaction cached properties to be type narrowed (#6668)
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com> Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com> Co-authored-by: Antonio Román <kyradiscord@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"member-access": true,
|
||||
"no-unnecessary-class": false,
|
||||
"array-type": [true, "array"],
|
||||
|
||||
"one-line": false,
|
||||
"no-any-union": false,
|
||||
"void-return": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user