mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 10:58:18 +00:00
types(ColorResolvable): readonly tuple (#6153)
This commit is contained in:
committed by
GitHub
parent
5addcd15d8
commit
1e90be8f7a
Vendored
+1
-1
@@ -3080,7 +3080,7 @@ export type ColorResolvable =
|
||||
| 'DARK_BUT_NOT_BLACK'
|
||||
| 'NOT_QUITE_BLACK'
|
||||
| 'RANDOM'
|
||||
| [number, number, number]
|
||||
| readonly [number, number, number]
|
||||
| number
|
||||
| HexColorString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user